From: ivan Date: Wed, 19 Sep 2001 21:51:41 +0000 (+0000) Subject: set real uid too. whew. ssh now working. X-Git-Tag: freeside_1_4_0pre11~321 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a2952a41f31a392ce356a299f7edf03b265ddabf;p=freeside.git set real uid too. whew. ssh now working. --- diff --git a/FS/bin/freeside-queued b/FS/bin/freeside-queued index 04101bbc2..42d638f4c 100644 --- a/FS/bin/freeside-queued +++ b/FS/bin/freeside-queued @@ -30,6 +30,7 @@ $SIG{INT} = sub { warn "SIGINT received; shutting down\n"; $sigint++; }; $SIG{TERM} = sub { warn "SIGTERM received; shutting down\n"; $sigterm++; }; $> = $FS::UID::freeside_uid unless $>; +$< = $>; $ENV{HOME} = (getpwuid($>))[7]; #for ssh adminsuidsetup $user;