mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 14:38:09 +02:00
2008-02-07 Dan Williams <dcbw@redhat.com>
* initscript/RedHat/NetworkManager.in initscript/RedHat/NetworkManagerDispatcher.in - Add new-style LSB init headers git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3302 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
14f91e5625
commit
9587569b5a
3 changed files with 25 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2008-02-07 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* initscript/RedHat/NetworkManager.in
|
||||
initscript/RedHat/NetworkManagerDispatcher.in
|
||||
- Add new-style LSB init headers
|
||||
|
||||
2008-02-07 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* system-settings/src/dbus-settings.c
|
||||
|
|
|
|||
|
|
@ -9,6 +9,15 @@
|
|||
# processname: NetworkManager
|
||||
# pidfile: /var/run/NetworkManager/NetworkManager.pid
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: network_manager
|
||||
# Required-Start: $local_fs messagebus haldaemon
|
||||
# Required-Stop: $local_fs messagebus haldaemon
|
||||
# Default-Start: 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: start and stop NetworkManager
|
||||
# Description: NetworkManager is a tool for easily managing network connections
|
||||
### END INIT INFO
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@prefix@
|
||||
|
|
|
|||
|
|
@ -9,6 +9,16 @@
|
|||
# processname: NetworkManagerDispatcher
|
||||
# pidfile: /var/run/NetworkManager/NetworkManagerDispatcher.pid
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: network_manager_dispatcher
|
||||
# Required-Start: $local_fs messagebus
|
||||
# Required-Stop: $local_fs messagebus
|
||||
# Default-Start: 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: start and stop NetworkManagerDispatcher
|
||||
# Description: NetworkManagerDispatcher is a tool for running scripts triggered \
|
||||
# by network events
|
||||
### END INIT INFO
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@prefix@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue