--- files/dante-sockd-init 2003-02-15 08:35:09.000000000 +0930 +++ /etc/init.d/dante-sockd 2003-06-09 22:09:29.000000000 +0930 @@ -10,7 +10,8 @@ checkconfig() { if [ ! -f /etc/socks/sockd.conf ] ; then eerror "You need to setup /etc/socks/sockd.conf first" - eerror "Examples are in /usr/share/doc/dante/example" + eerror "Examples are in /usr/share/doc/dante[version]/example" + eerror "for info: info sockd.conf" return 1 fi } @@ -19,7 +20,7 @@ checkconfig || return 1 ebegin "Starting dante sockd" start-stop-daemon --start --quiet --pidfile /var/run/sockd.pid \ - --make-pidfile --background --exec /usr/sbin/sockd + --make-pidfile --exec /usr/sbin/sockd -- -Dn eend $? "Failed to start sockd" }