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

* initscript/RedHat/NetworkManager.in: modify the pidfile location
	Patch from Dan Walsh <dwalsh@redhat.com>


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

View file

@ -1,3 +1,8 @@
2006-02-03 Christopher Aillon <caillon@redhat.com>
* initscript/RedHat/NetworkManager.in: modify the pidfile location
Patch from Dan Walsh <dwalsh@redhat.com>
2006-02-03 Robert Love <rml@novell.com>
* dispatcher-daemon/NetworkManagerDispatcher.c,

View file

@ -7,7 +7,7 @@
# connections to the best available connection. \
#
# processname: NetworkManager
# pidfile: /var/run/NetworkManager.pid
# pidfile: /var/run/NetworkManager/NetworkManager.pid
#
prefix=@prefix@
@ -28,7 +28,7 @@ NETWORKMANAGER_BIN=${sbindir}/NetworkManager
# so we can rearrange this easily
processname=NetworkManager
servicename=NetworkManager
pidfile=/var/run/NetworkManager.pid
pidfile=/var/run/NetworkManager/NetworkManager.pid
RETVAL=0