[rwho] removed pid file specification from unit file Related: #799246

Jan Horak hhorak at fedoraproject.org
Tue Mar 6 10:16:07 UTC 2012


commit ed3478c3be6fc49a731944ed3160173e71513b96
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Mar 6 11:04:35 2012 +0100

    removed pid file specification from unit file
    Related: #799246

 rwho.spec     |    6 +++++-
 rwhod.service |    1 -
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rwho.spec b/rwho.spec
index 40afd5d..69ec58e 100644
--- a/rwho.spec
+++ b/rwho.spec
@@ -1,7 +1,7 @@
 Summary: Displays who is logged in to local network machines
 Name: rwho
 Version: 0.17
-Release: 38%{?dist}
+Release: 39%{?dist}
 License: BSD
 Group: System Environment/Daemons
 Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rwho-%{version}.tar.gz
@@ -126,6 +126,10 @@ fi
 %{_unitdir}/*
 
 %changelog
+* Tue Mar 06 2012 Honza Horak <hhorak at redhat.com> - 0.17-39
+- removed pid file specification from unit file
+  Related: #799246
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17-38
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/rwhod.service b/rwhod.service
index 2d9d401..d5e166e 100644
--- a/rwhod.service
+++ b/rwhod.service
@@ -4,7 +4,6 @@ Requires=syslog.target network.target
 
 [Service]
 Type=forking
-PIDFile=/var/run/rwhod.pid
 ExecStart=/usr/sbin/rwhod
 StandardError=syslog
 


More information about the scm-commits mailing list