configRun.src: remove -s from inetd cmd, only run inetd if it exists.
This commit is contained in:
committed by
Jon Trulson
parent
31aaa48344
commit
441a25b361
@@ -343,7 +343,7 @@ DEFAULT_PRINTER="DtPrint"
|
||||
then
|
||||
awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh
|
||||
else
|
||||
[ -x /usr/sbin/inetd ] && /usr/sbin/inetd -s 2>/dev/null
|
||||
[ -x /usr/sbin/inetd ] && /usr/sbin/inetd
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user