wait()ing on SIGCHLD causing hangs for some folks
[freeside.git] / fs_passwd / fs_passwd_server
index cb0e693..c15c940 100755 (executable)
@@ -22,7 +22,8 @@ adminsuidsetup $user;
 
 my($shellmachine)=shift or die &usage;
 
-$SIG{CHLD} = sub { wait() };
+#causing trouble for some folks
+#$SIG{CHLD} = sub { wait() };
 
 my($fs_passwdd)="/usr/local/sbin/fs_passwdd";