You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/07/09 15:33:07 UTC

svn commit: r675166 - /directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/deb/apacheds-init

Author: pamarcelot
Date: Wed Jul  9 06:33:07 2008
New Revision: 675166

URL: http://svn.apache.org/viewvc?rev=675166&view=rev
Log:
Fix for DIRSERVER-1163 (Sys-V-Init script lacks LSB header).

Modified:
    directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/deb/apacheds-init

Modified: directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/deb/apacheds-init
URL: http://svn.apache.org/viewvc/directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/deb/apacheds-init?rev=675166&r1=675165&r2=675166&view=diff
==============================================================================
--- directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/deb/apacheds-init (original)
+++ directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/deb/apacheds-init Wed Jul  9 06:33:07 2008
@@ -19,6 +19,15 @@
 #  under the License.
 #
 
+### BEGIN INIT INFO
+# Provides: apacheds
+# Required-Start: $local_fs $remote_fs $network $syslog
+# Required-Stop: $local_fs $remote_fs $network $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start/stop Apache Directory Server
+### END INIT INFO 
+
 # Shell script to start/stop Apache Directory Server
 # If you want to change apacheds service settings please modify the apacheds.conf 
 # file for the instance you wish to change.