summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/sysvinit
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-04 21:30:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-04 21:30:00 (GMT)
commit79ddaba300b4887c9610732c1e2aac7361cbcee5 (patch)
tree6cd8b37962a1b22939da83cec486d98ee4559ff5 /abs/core-testing/sysvinit
parent46cf7f52515f3c0dd412f94118839082d24fde53 (diff)
downloadlinhes_pkgbuild-79ddaba300b4887c9610732c1e2aac7361cbcee5.zip
linhes_pkgbuild-79ddaba300b4887c9610732c1e2aac7361cbcee5.tar.gz
linhes_pkgbuild-79ddaba300b4887c9610732c1e2aac7361cbcee5.tar.bz2
remove some debugging statements
Diffstat (limited to 'abs/core-testing/sysvinit')
-rw-r--r--abs/core-testing/sysvinit/PKGBUILD2
-rw-r--r--abs/core-testing/sysvinit/halt-init.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/sysvinit/PKGBUILD b/abs/core-testing/sysvinit/PKGBUILD
index 2a32da9..6fbb3cd 100644
--- a/abs/core-testing/sysvinit/PKGBUILD
+++ b/abs/core-testing/sysvinit/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sysvinit
pkgver=2.86
-pkgrel=11
+pkgrel=12
pkgdesc="Linux System V Init"
arch=(i686 x86_64)
license=('GPL')
diff --git a/abs/core-testing/sysvinit/halt-init.patch b/abs/core-testing/sysvinit/halt-init.patch
index 3c61e0f..88eb0ce 100644
--- a/abs/core-testing/sysvinit/halt-init.patch
+++ b/abs/core-testing/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;
+