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 - 1.0.20-5 +- Remove useless PIDFile from fcoe.service unit file + * Thu Oct 06 2011 Petr Sabata - 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