diff options
author | Roy Marples <roy@marples.name> | 2007-08-15 14:49:41 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-15 14:49:41 +0000 |
commit | 3950eb6eba585492a9ca31d47d9a59a6e1789a5c (patch) | |
tree | 773523573cbad43ca473dae817222435890ca420 /src/rc-misc.h | |
parent | 7d68200f2443fc37809698d612fe6278a8f18016 (diff) |
`config /etc/fstab' can now be used in depend() functions to show that
the deptree should be regenerated if /etc/fstab has changed.
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r-- | src/rc-misc.h | 3 |
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" |