diff options
Diffstat (limited to 'sysvinitfiles')
-rw-r--r-- | sysvinitfiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysvinitfiles b/sysvinitfiles index 73dae34a..166dbdc3 100644 --- a/sysvinitfiles +++ b/sysvinitfiles @@ -26,7 +26,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 <define any local shell functions used by the code that follows> @@ -97,7 +97,7 @@ Notes: $0 start This saves a few shell invocations. -Functions in /etc/rc.d/init.d/functions +Functions in /etc/init.d/functions ======================================= daemon [ --check <name> ] [ --user <username>] |