From 28fccb88deec75b1d953e5423ff7f876f85af2b0 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 22 Mar 2005 17:27:05 +0000 Subject: [PATCH] disable init scripts by default --- lustre/ChangeLog | 2 ++ lustre/scripts/lustre | 6 +++--- lustre/scripts/lustrefs | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index cbd61f7..91d78e4c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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. * version 1.4.1 diff --git a/lustre/scripts/lustre b/lustre/scripts/lustre index 4278d29..4b58c07 100755 --- a/lustre/scripts/lustre +++ b/lustre/scripts/lustre @@ -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. diff --git a/lustre/scripts/lustrefs b/lustre/scripts/lustrefs index cfcf7b0..78b1155 100644 --- a/lustre/scripts/lustrefs +++ b/lustre/scripts/lustrefs @@ -9,7 +9,7 @@ # Authors: Bill Nottingham # Miquel van Smoorenburg, # -# 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 -- 1.8.3.1