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/rc | |
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/rc')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ # # Source function library. -. /etc/init.d/functions +. /etc/rc.d/init.d/functions # Now find out what the current and what the previous runlevel are. argv1="$1" |