bruce said: > ps... > > here's the script i'm reviewing... ------------------------------------ [snip] > update-inetd --remove "svnserve stream tcp nowait.400 gforge_scm > /usr/bin/svnserve svnserve -i -r /var/lib/gforge/chroot/svnroot" || true > update-inetd --add "svnserve stream tcp nowait.400 gforge_scm > /usr/bin/svnserve svnserve -i -r /var/lib/gforge/chroot/svnroot" > /usr/lib/gforge/plugins/scmsvn/bin/install-viewcvs.sh >From the looks of it, this isn't needed with xinetd. Just drop the config file in /etc/xinitd.d/ then "chkconfig <service> on". -- William Hooper