SOURCES: portmap.init - run as rpc:nobody
arekm
arekm at pld-linux.org
Thu Jun 7 22:22:00 CEST 2007
Author: arekm Date: Thu Jun 7 20:22:00 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- run as rpc:nobody
---- Files affected:
SOURCES:
portmap.init (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SOURCES/portmap.init
diff -u SOURCES/portmap.init:1.19 SOURCES/portmap.init:1.20
--- SOURCES/portmap.init:1.19 Mon Oct 2 22:24:58 2006
+++ SOURCES/portmap.init Thu Jun 7 22:21:54 2007
@@ -37,7 +37,7 @@
[ -z "${PORTMAP_CHROOT}" ] || PORTMAP_OPTIONS="-t ${PORTMAP_CHROOT}"
[ -z "${PORTMAP_IP}" ] || PORTMAP_OPTIONS="${PORTMAP_OPTIONS} -i ${PORTMAP_IP}"
msg_starting portmap
- daemon portmap ${PORTMAP_OPTIONS}
+ daemon portmap -u 22 -g 99 ${PORTMAP_OPTIONS}
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/portmap
else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/portmap.init?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list