summaryrefslogtreecommitdiffstats
path: root/abs/core/sysvinit/halt-init.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/sysvinit/halt-init.patch')
-rw-r--r--abs/core/sysvinit/halt-init.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/sysvinit/halt-init.patch b/abs/core/sysvinit/halt-init.patch
index 3c61e0f..88eb0ce 100644
--- a/abs/core/sysvinit/halt-init.patch
+++ b/abs/core/sysvinit/halt-init.patch
@@ -7,8 +7,8 @@
+ if (!strcmp(progname, "reboot.init")) do_reboot = 1;
+ if (!strcmp(progname, "poweroff.init")) do_poweroff = 1;
+
-+ fprintf(stderr, "%d: do_reboot \n ", do_reboot);
-+ fprintf(stderr, "%d: do_poweroff \n ", do_poweroff);
++ //fprintf(stderr, "%d: do_reboot \n ", do_reboot);
++ //fprintf(stderr, "%d: do_poweroff \n ", do_poweroff);
+ //fprintf(stderr, "%s: \n", progname);
+ //do_nothing = 1;
+