summaryrefslogtreecommitdiffstats
path: root/abs/core/sysvinit/__changelog
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-03 00:01:15 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-03 00:01:15 (GMT)
commit43339472df2c287378c3cdfd131d07b1de3c3f1e (patch)
treef2a974f26b81406ee51878971743348a146babe7 /abs/core/sysvinit/__changelog
parent8bcd3604981cb7f65cd1732bbee9160df7fa65db (diff)
parent066bcb38c4b416f0c380e9c8292a50f9103b72b6 (diff)
downloadlinhes_pkgbuild-43339472df2c287378c3cdfd131d07b1de3c3f1e.zip
linhes_pkgbuild-43339472df2c287378c3cdfd131d07b1de3c3f1e.tar.gz
linhes_pkgbuild-43339472df2c287378c3cdfd131d07b1de3c3f1e.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/sysvinit/__changelog')
-rw-r--r--abs/core/sysvinit/__changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core/sysvinit/__changelog b/abs/core/sysvinit/__changelog
new file mode 100644
index 0000000..9dc0b73
--- /dev/null
+++ b/abs/core/sysvinit/__changelog
@@ -0,0 +1,20 @@
+patch halt to work with runit
+
+--- src/halt.c.orig 2008-08-30 17:25:02.000000000 +0000
++++ src/halt.c 2008-08-30 18:10:29.000000000 +0000
+@@ -186,6 +186,14 @@
+ 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;
++
++ //fprintf(stderr, "%d: do_reboot \n ", do_reboot);
++ //fprintf(stderr, "%d: do_poweroff \n ", do_poweroff);
++ //fprintf(stderr, "%s: \n", progname);
++ //do_nothing = 1;
++
+ /*
+ * Get flags
+ */
+