From d893fe336e373ecc62c7931d78be731c38649951 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 16 Nov 2000 16:01:18 +0000 Subject: [PATCH] - added setting for vi ;) svn-id: @833 --- rc.d/init.d/allowlogin | 5 ++++- rc.d/init.d/killall | 5 ++++- rc.d/init.d/random | 5 ++++- rc.d/init.d/single | 7 +++++-- rc.d/init.d/template.init | 3 +++ rc.d/rc | 4 +++- rc.d/rc.local | 5 ++++- rc.d/rc.shutdown | 5 ++++- 8 files changed, 31 insertions(+), 8 deletions(-) diff --git a/rc.d/init.d/allowlogin b/rc.d/init.d/allowlogin index 1fae2596..7d067d40 100644 --- a/rc.d/init.d/allowlogin +++ b/rc.d/init.d/allowlogin @@ -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 diff --git a/rc.d/init.d/killall b/rc.d/init.d/killall index 052a3174..a5732e52 100644 --- a/rc.d/init.d/killall +++ b/rc.d/init.d/killall @@ -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 diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 81af963c..8c585c27 100644 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -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 diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 20284737..b6efc3f2 100644 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -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 # -# $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 diff --git a/rc.d/init.d/template.init b/rc.d/init.d/template.init index dfe6bb53..cbe3bdc7 100644 --- a/rc.d/init.d/template.init +++ b/rc.d/init.d/template.init @@ -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 4fccb201..3dde45cd 100755 --- 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, @@ -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 diff --git a/rc.d/rc.local b/rc.d/rc.local index b3619dc8..eb7ca867 100755 --- a/rc.d/rc.local +++ b/rc.d/rc.local @@ -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 diff --git a/rc.d/rc.shutdown b/rc.d/rc.shutdown index 4478ac28..0c55ee42 100755 --- a/rc.d/rc.shutdown +++ b/rc.d/rc.shutdown @@ -6,7 +6,7 @@ # Modified for PLD Linux by Grzegorz Stanislawski # Changes: Arkadiusz Mi¶kiewicz # -# $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 -- 2.44.0