$NetBSD: patch-ae,v 1.1.1.1 2001/05/14 17:13:21 rh Exp $

--- search-service/medusa-file-search-daemon.c.orig	Sun Apr  8 08:54:53 2001
+++ search-service/medusa-file-search-daemon.c
@@ -271,7 +271,7 @@
         /* Ignore the termination status of child processes explicitly,
            so that they don't become zombies (see Stevens, "Advanced Programming 
            in the Unix Environment", page 280) */
-        signal (SIGCLD, SIG_IGN);
+        signal (SIGCHLD, SIG_IGN);
 
         /* Finish setting up all of the socket internals */
 
