aboutsummaryrefslogtreecommitdiff
path: root/src/rc-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r--src/rc-misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h
index 6ffc868f..7f9b824d 100644
--- a/src/rc-misc.h
+++ b/src/rc-misc.h
@@ -11,6 +11,9 @@
# define LIB "lib"
#endif
+#define RC_LEVEL_BOOT "boot"
+#define RC_LEVEL_DEFAULT "default"
+
#define RC_LIBDIR "/" LIB "/rcscripts"
#define RC_SVCDIR RC_LIBDIR "/init.d"
#define RC_DEPTREE RC_SVCDIR "/deptree"