mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 15:50:26 +01:00
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:
parent
944f8877aa
commit
6e01a0e2dd
2 changed files with 7 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue