summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.14.0-acpid.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-18 14:13:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-18 14:13:53 +0000
commit3165260921f25826ee89196b8710884af145fd97 (patch)
tree6dbc3a8627551c6bb954cfb83952b7792c0784f2 /package/busybox/busybox-1.14.0-acpid.patch
parentc52f02514d63627a37c5b159851097c7c50740d0 (diff)
downloadbuildroot-novena-3165260921f25826ee89196b8710884af145fd97.tar.gz
buildroot-novena-3165260921f25826ee89196b8710884af145fd97.zip
busybox: 1.14.0 fixes
Diffstat (limited to 'package/busybox/busybox-1.14.0-acpid.patch')
-rw-r--r--package/busybox/busybox-1.14.0-acpid.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.14.0-acpid.patch b/package/busybox/busybox-1.14.0-acpid.patch
new file mode 100644
index 000000000..7c723d483
--- /dev/null
+++ b/package/busybox/busybox-1.14.0-acpid.patch
@@ -0,0 +1,13 @@
+--- busybox-1.14.0/util-linux/acpid.c Tue Apr 14 01:43:11 2009
++++ busybox-1.14.0-acpid/util-linux/acpid.c Sat Apr 18 13:33:19 2009
+@@ -78,8 +78,8 @@
+ // goto configuration directory
+ xchdir(opt_conf);
+
+-// // setup signals
+-// bb_signals(BB_FATAL_SIGS, record_signo);
++ // prevent zombies
++ signal(SIGCHLD, SIG_IGN);
+
+ // no explicit evdev files given? -> use proc event interface
+ if (!*argv) {