diff options
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r-- | src/rc-misc.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h index 20dc74f7..6ffc868f 100644 --- a/src/rc-misc.h +++ b/src/rc-misc.h @@ -11,19 +11,19 @@ # define LIB "lib" #endif -#define RC_LIBDIR "/" LIB "/rcscripts/" -#define RC_SVCDIR RC_LIBDIR "init.d/" -#define RC_DEPTREE RC_SVCDIR "deptree" -#define RC_RUNLEVELDIR "/etc/runlevels/" -#define RC_INITDIR "/etc/init.d/" -#define RC_CONFDIR "/etc/conf.d/" - -#define RC_SVCDIR_STARTING RC_SVCDIR "starting/" -#define RC_SVCDIR_INACTIVE RC_SVCDIR "inactive/" -#define RC_SVCDIR_STARTED RC_SVCDIR "started/" -#define RC_SVCDIR_COLDPLUGGED RC_SVCDIR "coldplugged/" - -#define RC_PLUGINDIR RC_LIBDIR "plugins/" +#define RC_LIBDIR "/" LIB "/rcscripts" +#define RC_SVCDIR RC_LIBDIR "/init.d" +#define RC_DEPTREE RC_SVCDIR "/deptree" +#define RC_RUNLEVELDIR "/etc/runlevels" +#define RC_INITDIR "/etc/init.d" +#define RC_CONFDIR "/etc/conf.d" + +#define RC_SVCDIR_STARTING RC_SVCDIR "/starting" +#define RC_SVCDIR_INACTIVE RC_SVCDIR "/inactive" +#define RC_SVCDIR_STARTED RC_SVCDIR "/started" +#define RC_SVCDIR_COLDPLUGGED RC_SVCDIR "/coldplugged" + +#define RC_PLUGINDIR RC_LIBDIR "/plugins" /* Max buffer to read a line from a file */ #define RC_LINEBUFFER 4096 |