mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 13:40:39 +01:00
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:
parent
6e01a0e2dd
commit
5b90082cd1
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue