summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-07-02 09:42:38 +0000
committerivan <ivan>2002-07-02 09:42:38 +0000
commitcc9c574e5f772917515e85a5c07ce263a8552a03 (patch)
tree11ea6a39031bc006de29da066374e974c9799530 /FS
parent72395edddb5a3887092b51056d719584f7979005 (diff)
fleabsd grr
Diffstat (limited to 'FS')
-rw-r--r--FS/bin/freeside-queued2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-queued b/FS/bin/freeside-queued
index 4ddc70a48..46d39f2b0 100644
--- a/FS/bin/freeside-queued
+++ b/FS/bin/freeside-queued
@@ -36,7 +36,7 @@ $sigint = 0;
$SIG{INT} = sub { warn "SIGINT received; shutting down\n"; $sigint++; };
$SIG{TERM} = sub { warn "SIGTERM received; shutting down\n"; $sigterm++; };
-$< = FS::UID::freeside_uid;
+$< = $FS::UID::freeside_uid;
#freebsd is sofa king broken, won't setuid()
$> = $FS::UID::freeside_uid;