diff options
author | Bernhard Rosenkraenzer <bero@redhat.com> | 2000-07-24 14:19:47 +0000 |
---|---|---|
committer | Bernhard Rosenkraenzer <bero@redhat.com> | 2000-07-24 14:19:47 +0000 |
commit | 47b097ca9827acb57ea5b601c29840912eae9873 (patch) | |
tree | 912f99254f1b4ce75a536436704e37884e389946 /rc.d/init.d/functions | |
parent | 593106713b216730001a1e132f1eebb446cea623 (diff) | |
download | initscripts-47b097ca9827acb57ea5b601c29840912eae9873.tar initscripts-47b097ca9827acb57ea5b601c29840912eae9873.tar.gz initscripts-47b097ca9827acb57ea5b601c29840912eae9873.tar.bz2 initscripts-47b097ca9827acb57ea5b601c29840912eae9873.tar.xz initscripts-47b097ca9827acb57ea5b601c29840912eae9873.zip |
/etc/init.d -> /etc/rc.d/init.dr5-36
Diffstat (limited to 'rc.d/init.d/functions')
-rwxr-xr-x | rc.d/init.d/functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 3922af3a..0a2457aa 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -1,9 +1,9 @@ #!/bin/sh # # functions This file contains functions to be used by most or all -# shell scripts in the /etc/init.d directory. +# shell scripts in the /etc/rc.d/init.d directory. # -# Version: @(#) /etc/init.d/functions 1.01 26-Oct-1993 +# Version: @(#) /etc/rc.d/init.d/functions 1.01 26-Oct-1993 # # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # Hacked by: Greg Galloway and Marc Ewing |