diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-20 17:50:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-20 17:50:04 +0000 |
commit | 3c520ca0d4132b6e9a81b067f46dd3da9e8bd848 (patch) | |
tree | 1ef133e0f4489aad1d82268ddde304992d82d1c0 /net/upclient | |
parent | 2ea0f028e2f8f29aa8a3ab27dffef9d18f98ad5f (diff) | |
download | pkgsrc-3c520ca0d4132b6e9a81b067f46dd3da9e8bd848.tar.gz |
This client runs better as non-root. (Mmm, paranoia striking... :-)
Diffstat (limited to 'net/upclient')
-rw-r--r-- | net/upclient/files/upclient.sh | 2 |
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 |