From 32b375baeff00c7f8205b6c95b8a6525373bdd97 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 24 Jul 2000 19:41:41 +0000 Subject: revert --- sysvinitfiles | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysvinitfiles') diff --git a/sysvinitfiles b/sysvinitfiles index 9e9ddeb7..3a39ed43 100644 --- a/sysvinitfiles +++ b/sysvinitfiles @@ -1,7 +1,7 @@ Writing System V init scripts for Red Hat Linux =============================================== -All System V init scripts are named /etc/rc.d/init.d/ +All System V init scripts are named /etc/init.d/ where is the name of the service. There must be no ".init" suffix. @@ -11,7 +11,7 @@ Sample Script #!/bin/bash # -# /etc/rc.d/init.d/ +# /etc/init.d/ # # # @@ -23,7 +23,7 @@ Sample Script # mistaken for tags, should they happen to fit the pattern.> # Source function library. -. /etc/rc.d/init.d/functions +. /etc/init.d/functions @@ -72,7 +72,7 @@ which you intend to be used interactively to the usage message. -Functions in /etc/rc.d/init.d/functions +Functions in /etc/init.d/functions ======================================= daemon [+/-nicelevel] program [arguments] [&] @@ -165,7 +165,7 @@ Tags acheived by running these commands: command=$(/etc/rd.d/init.d/SCRIPT probe) - [ -n "$command" ] && /etc/rc.d/init.d/SCRIPT $command + [ -n "$command" ] && /etc/init.d/SCRIPT $command where SCRIPT is the name of the service's sysv init script. -- cgit v1.2.1