summaryrefslogtreecommitdiff
path: root/net/upclient/files
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-01-20 17:50:04 +0000
committerhubertf <hubertf>2000-01-20 17:50:04 +0000
commita165c7162720bd8bfa18ae987724ab1812bdb9fe (patch)
tree1ef133e0f4489aad1d82268ddde304992d82d1c0 /net/upclient/files
parent950f6159717ca4419af800da6609e5138d4ca965 (diff)
downloadpkgsrc-a165c7162720bd8bfa18ae987724ab1812bdb9fe.tar.gz
This client runs better as non-root. (Mmm, paranoia striking... :-)
Diffstat (limited to 'net/upclient/files')
-rw-r--r--net/upclient/files/upclient.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/upclient/files/upclient.sh b/net/upclient/files/upclient.sh
index 27291b263ff..d0881630351 100644
--- a/net/upclient/files/upclient.sh
+++ b/net/upclient/files/upclient.sh
@@ -2,6 +2,6 @@
if [ -x @PREFIX@/bin/upclient ]
then
- @PREFIX@/bin/upclient
+ su -m nobody -c @PREFIX@/bin/upclient
echo -n ' upclient'
fi