]> git.pld-linux.org Git - packages/NetworkManager.git/blobdiff - NetworkManager.init
- rebuild with readline 7.0
[packages/NetworkManager.git] / NetworkManager.init
index 68568a665e762c6646a42d9369b3444c16dbf436..c0be3369d01dbbd5196260cadc396307527ff5a0 100644 (file)
@@ -2,7 +2,7 @@
 #
 # NetworkManager       NetworkManager daemon
 #
-# chkconfig:           345 98 02
+# chkconfig:           345 99 01
 #
 # description:         This is a daemon for automatically switching network \
 #                      connections to the best available connection.
@@ -14,6 +14,8 @@
 # Source function library.
 . /etc/rc.d/init.d/functions
 
+upstart_controlled
+
 # Source networking configuration.
 . /etc/sysconfig/network
 
@@ -50,7 +52,6 @@ stop() {
 }
 
 RETVAL=0
-
 case "$1" in
   start)
        start
This page took 0.040335 seconds and 4 git commands to generate.