diff options
author | Roy Marples <roy@marples.name> | 2007-09-19 13:53:40 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-19 13:53:40 +0000 |
commit | 77f9015f0bf09c5ef3c51009e21d8e687006c3e4 (patch) | |
tree | 5f62c36e8a9e3c3dddeef6a086a0708af35dfcd3 /src/rc-misc.h | |
parent | 987c72f12f41b8108447810fe84fd9f16e6d29d7 (diff) |
/lib/rcscripts -> /lib/rc
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r-- | src/rc-misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h index ec29987e..0df58b5c 100644 --- a/src/rc-misc.h +++ b/src/rc-misc.h @@ -14,7 +14,7 @@ #define RC_LEVEL_BOOT "boot" #define RC_LEVEL_DEFAULT "default" -#define RC_LIBDIR "/" LIB "/rcscripts" +#define RC_LIBDIR "/" LIB "/rc" #define RC_SVCDIR RC_LIBDIR "/init.d" #define RC_DEPTREE RC_SVCDIR "/deptree" #define RC_RUNLEVELDIR "/etc/runlevels" |