]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- added setting for vi ;)
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 16 Nov 2000 16:01:18 +0000 (16:01 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 16 Nov 2000 16:01:18 +0000 (16:01 +0000)
svn-id: @833

rc.d/init.d/allowlogin
rc.d/init.d/killall
rc.d/init.d/random
rc.d/init.d/single
rc.d/init.d/template.init
rc.d/rc
rc.d/rc.local
rc.d/rc.shutdown

index 1fae259602c6b1aa648f3c365bdc15b4f2fec787..7d067d40b4ee23731e94229637cd918915937ea7 100644 (file)
@@ -4,7 +4,7 @@
 #
 # description: Allow users to login.
 #
-# $Id: allowlogin,v 1.8 2000/06/12 08:38:15 waszi Exp $
+# $Id: allowlogin,v 1.9 2000/11/16 16:01:18 baggins Exp $
 
 # NLS
 NLS_DOMAIN="rc-scripts"
@@ -37,3 +37,6 @@ case "$1" in
 esac
 
 exit 0
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
index 052a31746802c01c25645e398c8c12ff895adf45..a5732e52ad1eab26b1caabaea91398ce2f21a3e9 100644 (file)
@@ -4,7 +4,7 @@
 #
 # description:   kill em all
 #
-# $Id: killall,v 1.6 1999/10/13 16:11:27 baggins Exp $
+# $Id: killall,v 1.7 2000/11/16 16:01:18 baggins Exp $
 # Bring down all unneeded services that are still running (there shouldn't 
 # be any, so this is just a sanity check)
 
@@ -29,3 +29,6 @@ case "$1" in
        done
        ;;
 esac
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
index 81af963c8c9dce718c9d2bad67f4e67c4272d7aa..8c585c27a2f0a7038e950807c28e7fa24f4c6799 100644 (file)
@@ -7,7 +7,7 @@
 # description: Saves and restores system entropy pool for higher quality \
 #              random number generation.
 #
-# $Id: random,v 1.5 1999/12/02 10:38:55 kloczek Exp $
+# $Id: random,v 1.6 2000/11/16 16:01:18 baggins Exp $
 
 # NLS
 NLS_DOMAIN="rc-scripts"
@@ -68,3 +68,6 @@ case "$1" in
 esac
 
 exit 0
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
index 2028473731e6901c3c3674ac48e0464cf33d5bd6..b6efc3f2a1965bde44a3881f8947c6fc96bf3bef 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# single       Script for sedding up administrative/rescue shell.
+# single       Script for setting up administrative/rescue shell.
 #
 # chkconfig:   1 00 00
 # description: This file is executed by init when it goes into runlevel \
@@ -12,7 +12,7 @@
 #              Modified for PLD Linux by Grzegorz Stanislawski
 # Changes:     Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
 # 
-# $Id: single,v 1.9 2000/02/03 11:50:20 misiek Exp $
+# $Id: single,v 1.10 2000/11/16 16:01:18 baggins Exp $
 
 # Set the path.
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -62,3 +62,6 @@ done
        exec init -t1 S
        ;;
 esac
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
index dfe6bb5378aa64c3577ffaf1578919a467800c8a..cbe3bdc7b98efe841b95862ea7ad4bdc63385b85 100644 (file)
@@ -94,3 +94,6 @@ case "$1" in
 esac
 
 exit $RETVAL
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
diff --git a/rc.d/rc b/rc.d/rc
index 4fccb2016e4a3c3ef9bc6859df471352cba35473..3dde45cdd167136451408b5ca16a1437df2a2619 100755 (executable)
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -5,7 +5,7 @@
 #               responsible for the very first setup of basic
 #               things, such as setting the hostname.
 #
-# $Id: rc,v 1.25 2000/05/31 18:01:39 zagrodzki Exp $
+# $Id: rc,v 1.26 2000/11/16 16:01:17 baggins Exp $
 #
 # Original Author:       
 #               Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
@@ -183,3 +183,5 @@ awk "BEGIN { for (j=length(\"$text_size\"); j<$INIT_COL+${#resp_size}-${#runleve
 echo "${af6}[${af2} $runlevel ${af6}]${af7}"
 unset af2 af6 af7
 
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
index b3619dc845e585d69d1a93f3a9b4450fa13f429a..eb7ca86728f771b9266808aa9f7af32e716aae70 100755 (executable)
@@ -1,8 +1,11 @@
 #!/bin/sh
 #
-# $Id: rc.local,v 1.3 1999/07/13 12:49:35 misiek Exp $
+# $Id: rc.local,v 1.4 2000/11/16 16:01:17 baggins Exp $
 #
 # This script will be executed *after* all the other init scripts.
 # You can put your own initialization stuff in here if you don't
 # want to do the full Sys V style init stuff.
 
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
index 4478ac28bc43dc0d924bd2bc5ab681709326bc47..0c55ee42828b6eef433091eda839eabb35e2f1ab 100755 (executable)
@@ -6,7 +6,7 @@
 #               Modified for PLD Linux by Grzegorz Stanislawski
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
 #
-# $Id: rc.shutdown,v 1.12 2000/06/25 14:40:36 waszi Exp $
+# $Id: rc.shutdown,v 1.13 2000/11/16 16:01:17 baggins Exp $
 
 # Set the path.
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
@@ -88,3 +88,6 @@ if ( mount | awk '/ext2/ { print $3 }' | \
 else
        fail
 fi
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
This page took 0.093869 seconds and 4 git commands to generate.