diff options
author | Florian La Roche <laroche@redhat.com> | 2002-07-05 08:39:54 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2002-07-05 08:39:54 +0000 |
commit | 1450354abb4fd7d0fca991162e8457eb4b196285 (patch) | |
tree | b983f624f9e1f4dd6a411f951720e44c88e58872 /rc.d | |
parent | 9a856ea3faac5ae432474cea7bf1e58730300169 (diff) | |
download | initscripts-1450354abb4fd7d0fca991162e8457eb4b196285.tar initscripts-1450354abb4fd7d0fca991162e8457eb4b196285.tar.gz initscripts-1450354abb4fd7d0fca991162e8457eb4b196285.tar.bz2 initscripts-1450354abb4fd7d0fca991162e8457eb4b196285.tar.xz initscripts-1450354abb4fd7d0fca991162e8457eb4b196285.zip |
- this should only be sourced in
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/functions | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 2e7475e9..1371f897 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -1,14 +1,11 @@ -#!/bin/bash +# -*-Shell-script-*- # # functions This file contains functions to be used by most or all # shell scripts in the /etc/init.d directory. # -# Version: @(#) /etc/init.d/functions 1.01 26-Oct-1993 -# # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # Hacked by: Greg Galloway and Marc Ewing # -# # i18n originally by: Arnaldo Carvalho de Melo <acme@conectiva.com.br>, # Wanderlei Antonio Cavassin |