diff options
Diffstat (limited to 'abs/core/sysvinit/halt-init.patch')
-rw-r--r-- | abs/core/sysvinit/halt-init.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/sysvinit/halt-init.patch b/abs/core/sysvinit/halt-init.patch deleted file mode 100644 index 0885252..0000000 --- a/abs/core/sysvinit/halt-init.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/halt.c.orig 2010-02-26 13:45:49.000000000 +0000 -+++ src/halt.c 2010-12-02 17:42:51.000000000 +0000 -@@ -198,6 +198,9 @@ - if (!strcmp(progname, "reboot")) do_reboot = 1; - if (!strcmp(progname, "poweroff")) do_poweroff = 1; - -+ if (!strcmp(progname, "reboot.init")) do_reboot = 1; -+ if (!strcmp(progname, "poweroff.init")) do_poweroff = 1; -+ - /* - * Get flags - */ |