diff options
author | tron <tron@pkgsrc.org> | 2006-03-01 17:39:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-03-01 17:39:17 +0000 |
commit | e0b47bdd7b073c92d002380ce6442d2c3b22ae3b (patch) | |
tree | 591860d4d9e5c178bf84e1b651976dbaca488c8c /audio/xmcd/patches | |
parent | cf0636c6222aedd099c4507223a409b1abe7ba33 (diff) | |
download | pkgsrc-e0b47bdd7b073c92d002380ce6442d2c3b22ae3b.tar.gz |
Correct broken signal handling. This fixes PR pkg/30515.
Diffstat (limited to 'audio/xmcd/patches')
-rw-r--r-- | audio/xmcd/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmcd/patches/patch-aj b/audio/xmcd/patches/patch-aj new file mode 100644 index 00000000000..31056242445 --- /dev/null +++ b/audio/xmcd/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2006/03/01 17:39:17 tron Exp $ + +--- cda_d/cda.c.orig 2001-08-08 01:15:14.000000000 +0100 ++++ cda_d/cda.c 2006-03-01 17:33:38.000000000 +0000 +@@ -4040,8 +4040,6 @@ + /* Make some needed directories */ + cda_mkdirs(); + +- (void) signal(SIGCHLD, SIG_IGN); +- + /* Become a daemon process */ + switch (FORK()) { + case -1: |