mein problem war ich habe das init.d script für das redhat8 genommen und dann kamen diese komischen meldungen liegt an:
stop(){
if [ -a $lockfile ] ; then
/bin/kill `cat $pidfile 2> /dev/null ` > /dev/null 2>&1
ret=$?
if [ $ret -eq 0 ]; then
action $"Stoppe $prog: " /bin/true
else
action $"Stoppe $prog: " /bin/false
fi
/bin/rm -f $lockfile >/dev/null 2>&1 &
das ist ein auszug aus dem script von
www.proftpd.deis schon komisch..
aber nun geht es ja ...
thx