diff options
| -rw-r--r-- | abs/core-testing/sysvinit/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/sysvinit/halt-init.patch | 4 | 
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;  +  | 
