aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-12 13:18:52 +0000
committerRoy Marples <roy@marples.name>2007-04-12 13:18:52 +0000
commit67c5d8e940ecd0d856b35b2aa4541fbc5831c085 (patch)
tree2d6c3235a6b8a15ec833441c2318a9be2b59cdb5 /src/rc.h
parent000f2395349552a9c1a08f634f1c5d1ed5417b1f (diff)
Style updates
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/rc.h b/src/rc.h
index ef05c4d8..dbe7147b 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -16,12 +16,12 @@
#include <stdbool.h>
/* Special level names */
-#define RC_LEVEL_SYSINIT "sysinit"
-#define RC_LEVEL_BOOT "boot"
-#define RC_LEVEL_SINGLE "single"
-#define RC_LEVEL_SHUTDOWN "shutdown"
-#define RC_LEVEL_REBOOT "reboot"
-#define RC_LEVEL_DEFAULT "default"
+#define RC_LEVEL_SYSINIT "sysinit"
+#define RC_LEVEL_BOOT "boot"
+#define RC_LEVEL_SINGLE "single"
+#define RC_LEVEL_SHUTDOWN "shutdown"
+#define RC_LEVEL_REBOOT "reboot"
+#define RC_LEVEL_DEFAULT "default"
typedef enum
{
@@ -100,8 +100,8 @@ typedef struct rc_depinfo
/* Options for rc_dep_depends and rc_order_services.
When changing runlevels, you should use RC_DEP_START and RC_DEP_STOP for
the start and stop lists as we tweak the provided services for this. */
-#define RC_DEP_TRACE 0x01
-#define RC_DEP_STRICT 0x02
+#define RC_DEP_TRACE 0x01
+#define RC_DEP_STRICT 0x02
#define RC_DEP_START 0x04
#define RC_DEP_STOP 0x08