XInetD startet nicht

From: Jan Siml <jsi(at)jules.de>
Date: Wed, 20 Nov 2002 14:26:27 +0100

Hallo!

Habe ein kleines Problem mit XinetD aus den Ports.

XInetD ist installiert und konfiguriert. Nur leider läßt es sich trotz
Startscript in /usr/local/etc/rc.d nicht starten.

/usr/local/etc/rc.d/xinetd.sh:
#!/bin/sh

case "$1" in
start)
         [ -x /usr/local/libexec/xinetd ] && \
                 /usr/local/libexec/xinetd -pidfile /var/run/xinetd.pid && \
                 echo -n ' xinetd'
         ;;
stop)
         killall xinetd && echo -n ' xinetd'
         ;;
*)
         echo "Usage: `basename $0` {start|stop}" >&2
         ;;
esac

exit 0

Leider wird XInetD beim Booten des Rechner nicht automatisch gestartet.
Wenn ich versuche, es per Hand über das Script ("sh xinetd.sh start") zu
starten, muß ich zusätzlich noch einmal "xinetd" eingeben, damit es läuft.

Ein Service ist konfiguriert, daran kann es eigentlich nicht liegen.

Wie kann ich nun aber erreichen, daß XInetD automatisch beim Booten korrekt
startet? Habe ich vielleicht irgendwo etwas übersehen oder einen Denkfehler?

Regards

Jan

-- 
"If organized religion is the opium of the masses then
disorganized religion is the marijuana of the lunatic fringe." 
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 20 Nov 2002 - 14:27:19 CET

search this site