aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/init.c')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 87086b48b..0f3c5fa4d 100644
--- a/init/init.c
+++ b/init/init.c
@@ -1086,7 +1086,7 @@ int init_main(int argc UNUSED_PARAM, char **argv)
1086 if (getpid() != 1 1086 if (getpid() != 1
1087 && (!ENABLE_LINUXRC || applet_name[0] != 'l') /* not linuxrc? */ 1087 && (!ENABLE_LINUXRC || applet_name[0] != 'l') /* not linuxrc? */
1088 ) { 1088 ) {
1089 bb_error_msg_and_die("must be run as PID 1"); 1089 bb_simple_error_msg_and_die("must be run as PID 1");
1090 } 1090 }
1091#ifdef RB_DISABLE_CAD 1091#ifdef RB_DISABLE_CAD
1092 /* Turn off rebooting via CTL-ALT-DEL - we get a 1092 /* Turn off rebooting via CTL-ALT-DEL - we get a