[fcoe-utils] Remove useless PIDFile from fcoe.service unit file (#750193)

Petr Sabata psabata at fedoraproject.org
Mon Oct 31 14:03:49 UTC 2011


commit 0c4457cd824b1467e0328b9e01bda4e66080db7a
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Oct 31 15:01:18 2011 +0100

    Remove useless PIDFile from fcoe.service unit file (#750193)

 fcoe-utils.spec |    5 ++++-
 fcoe.service    |    1 -
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/fcoe-utils.spec b/fcoe-utils.spec
index fde99be..1575c76 100644
--- a/fcoe-utils.spec
+++ b/fcoe-utils.spec
@@ -3,7 +3,7 @@
 
 Name:               fcoe-utils
 Version:            1.0.20
-Release:            4%{?dist}
+Release:            5%{?dist}
 Summary:            Fibre Channel over Ethernet utilities
 Group:              Applications/System
 License:            GPLv2
@@ -97,6 +97,9 @@ fi
 
 
 %changelog
+* Mon Oct 31 2011 Petr Sabata <contyk at redhat.com> - 1.0.20-5
+- Remove useless PIDFile from fcoe.service unit file
+
 * Thu Oct 06 2011 Petr Sabata <contyk at redhat.com> - 1.0.20-4
 - Do not enable fcoemon by default (#701999)
 - Silence systemctl output
diff --git a/fcoe.service b/fcoe.service
index 380da2e..8c438c7 100644
--- a/fcoe.service
+++ b/fcoe.service
@@ -4,7 +4,6 @@ After=syslog.target network.target lldpad.service
 
 [Service]
 Type=forking
-PIDFile=/var/run/fcoemon.pid
 EnvironmentFile=/etc/sysconfig/fcoe
 ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS
 ExecStart=/usr/sbin/fcoemon $FCOEMON_OPTS


More information about the scm-commits mailing list