summaryrefslogtreecommitdiff
path: root/audio/xmcd/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmcd/patches/patch-aj')
-rw-r--r--audio/xmcd/patches/patch-aj13
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: