2006-02-03 Christopher Aillon <caillon@redhat.com>

* initscript/RedHat/NetworkManagerDispatcher.in:
	modify the pidfile location


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1440 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Christopher Aillon 2006-02-03 20:12:00 +00:00 committed by Chris Aillon
parent 6e01a0e2dd
commit 5b90082cd1
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
2006-02-03 Christopher Aillon <caillon@redhat.com>
* initscript/RedHat/NetworkManagerDispatcher.in:
* initscript/RedHat/NetworkManager.in: modify the pidfile location
Patch from Dan Walsh <dwalsh@redhat.com>

View file

@ -7,7 +7,7 @@
# changes the network state.
#
# processname: NetworkManagerDispatcher
# pidfile: /var/run/NetworkManagerDispatcher.pid
# pidfile: /var/run/NetworkManager/NetworkManagerDispatcher.pid
#
prefix=@prefix@
@ -25,7 +25,7 @@ NETWORKMANAGERDISPATCHER_BIN=${sbindir}/NetworkManagerDispatcher
# so we can rearrange this easily
processname=NetworkManagerDispatcher
servicename=NetworkManagerDispatcher
pidfile=/var/run/NetworkManagerDispatcher.pid
pidfile=/var/run/NetworkManager/NetworkManagerDispatcher.pid
RETVAL=0