pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bitlbee: don't run daemon as root
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Mon May 2 18:51:13 2016 +0300
Changeset: 3dc51f3ecd4a443d5b2fe0a907d8c79987348f1e
Modified Files:
bitlbee/files/bitlbee.sh
Log Message:
bitlbee: don't run daemon as root
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3dc51f3ecd4a443d5b2fe0a907d8c79987348f1e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitlbee/files/bitlbee.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/bitlbee/files/bitlbee.sh b/bitlbee/files/bitlbee.sh
index 5c72cac..1b9852d 100755
--- a/bitlbee/files/bitlbee.sh
+++ b/bitlbee/files/bitlbee.sh
@@ -9,7 +9,7 @@ name="bitlbee"
rcvar=$name
command="@PREFIX@/sbin/bitlbee"
pidfile="@VARBASE@/run/${name}/pid"
-command_args="-D" # run as a daemon
+command_args="-D -u bitlbee" # run as a daemon
if [ -f /etc/rc.subr ]; then
load_rc_config $name
Home |
Main Index |
Thread Index |
Old Index