Whamcloud - gitweb
disable init scripts by default
authorjacob <jacob>
Tue, 22 Mar 2005 17:27:05 +0000 (17:27 +0000)
committerjacob <jacob>
Tue, 22 Mar 2005 17:27:05 +0000 (17:27 +0000)
lustre/ChangeLog
lustre/scripts/lustre
lustre/scripts/lustrefs

index cbd61f7..91d78e4 100644 (file)
@@ -5,6 +5,8 @@
        - fix for HPUX NFS client breakage when NFS exporting Lustre (5781)
        * miscellania
        - by default create 1 inode per 4kB space on MDS, per 16kB on OSTs
+       - init scripts are now turned off by default; run chkconfig --on
+         lustre and chkconfig --on lustrefs to use them
 
 2005-03-18  Cluster File Systems, Inc. <info@clusterfs.com>
        * version 1.4.1
index 4278d29..4b58c07 100755 (executable)
@@ -2,8 +2,8 @@
 #
 # lustre   This shell script takes care of starting and stopping Lustre
 #
-# chkconfig: 345 99 1
-# description: Lustre Lite network File System.                              \
+# chkconfig: - 99 1
+# description: Lustre Lite network File System.
 #              This starts both Lustre client and server functions.
 # processname: lconf
 # config: /etc/lustre/config.xml
@@ -14,7 +14,7 @@
 # Required-Stop: 
 # Should-Start: scance
 # Should-Stop: scance
-# Default-Start: 3 4 5
+# Default-Start: 
 # Default-Stop: 0 1 2 6
 # Short-Description: Lustre Lite network File System.
 # Description: This starts both Lustre client and server functions.
index cfcf7b0..78b1155 100644 (file)
@@ -9,7 +9,7 @@
 # Authors:     Bill Nottingham <notting@redhat.com>
 #              Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 #
-# chkconfig: 345 26 74
+# chkconfig: - 26 74
 # description: Mounts and unmounts all Lustre mount points.
 #
 ### BEGIN INIT INFO
@@ -18,7 +18,7 @@
 # Required-Stop: $network
 # Should-Start: 
 # Should-Stop: 
-# Default-Start: 3 4 5
+# Default-Start: 
 # Default-Stop: 0 1 2 6
 # Short-Description: Mounts and unmounts all Lustre mount points.
 ### END INIT INFO