[rusers] removed PIDFile in both service files Resolves: #804891

Jan Horak hhorak at fedoraproject.org
Thu Mar 22 14:36:53 UTC 2012


commit aae700e4080a68be527bfb135ccf64b7b444eb4d
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Thu Mar 22 15:36:34 2012 +0100

    removed PIDFile in both service files
    Resolves: #804891

 rstatd.service  |    1 -
 rusers.spec     |    6 +++++-
 rusersd.service |    1 -
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/rstatd.service b/rstatd.service
index dd39bbc..5a23714 100644
--- a/rstatd.service
+++ b/rstatd.service
@@ -5,7 +5,6 @@ After=rpcbind.service
 
 [Service]
 Type=forking
-PIDFile=/var/run/rstatd.pid
 ExecStart=/usr/sbin/rpc.rstatd
 StandardError=syslog
 
diff --git a/rusers.spec b/rusers.spec
index 0a9f5b7..c15182d 100644
--- a/rusers.spec
+++ b/rusers.spec
@@ -5,7 +5,7 @@
 Summary: Displays the users logged into machines on the local network
 Name: rusers
 Version: 0.17
-Release: 67%{?dist}
+Release: 68%{?dist}
 License: BSD
 Url: http://rstatd.sourceforge.net/
 Group: System Environment/Daemons
@@ -176,6 +176,10 @@ fi
 %{_unitdir}/rstatd.service
 
 %changelog
+* Wed Aug 02 2011 Honza Horak <hhorak at redhat.com> - 0.17-68
+- removed PIDFile in both service files
+  Resolves: #804891
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17-67
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/rusersd.service b/rusersd.service
index bc44975..fe2bef1 100644
--- a/rusersd.service
+++ b/rusersd.service
@@ -5,7 +5,6 @@ After=rpcbind.service
 
 [Service]
 Type=forking
-PIDFile=/var/run/rusersd.pid
 ExecStart=/usr/sbin/rpc.rusersd
 StandardError=syslog
 


More information about the scm-commits mailing list