X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_passwd%2Ffs_passwd_server;h=f4b67ae98d865aa660c65327b7f40b627be43b7f;hb=c095a5391475464fa816b7732c40ffa7d293ac6d;hp=cb0e693dd3a1d318517d4537d209f6ccd0655852;hpb=9fb39f590f06d9913ec9f433403c67b30c955bd5;p=freeside.git diff --git a/fs_passwd/fs_passwd_server b/fs_passwd/fs_passwd_server index cb0e693dd..f4b67ae98 100755 --- a/fs_passwd/fs_passwd_server +++ b/fs_passwd/fs_passwd_server @@ -12,7 +12,7 @@ use strict; use IO::Handle; -use FS::SSH qw(sshopen2); +use Net::SSH qw(sshopen2); use FS::UID qw(adminsuidsetup); use FS::Record qw(qsearchs); use FS::svc_acct; @@ -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";