Code

Updated get_ou it receives values from the config registry now.
[gosa.git] / gosa-si / debian / gosa-si-common.init
index 68c59fc65e6a6fbaa190453c9a19f94bb25bb8b3..9a9cb9268e53685cfb5f6d1a940107785293263b 100755 (executable)
@@ -3,8 +3,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          gosa-si
-# Required-Start:    $network $named $syslog $time
-# Required-Stop:     $network $named $syslog $time
+# Required-Start:    $network $remote_fs $named $syslog $time
+# Required-Stop:     $network $remote_fs $named $syslog $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: GOsa message server/client component
@@ -13,7 +13,7 @@
 #                    signaling for all communication partners.
 ### END INIT INFO
 
-# Start/stop the ctftpd daemon.
+# variables for the gosa-si server and client.
 SERVER="gosa-si-server"
 CLIENT="gosa-si-client"
 DAEMON_SERVER="/usr/sbin/${SERVER}"