1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

configRun.src: remove -s from inetd cmd, only run inetd if it exists.

This commit is contained in:
ibid_ag@lavabit.com 2012-08-13 21:14:09 -06:00 committed by Jon Trulson
parent 31aaa48344
commit 441a25b361

View file

@ -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