mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
configRun.src: remove -s from inetd cmd, only run inetd if it exists.
This commit is contained in:
parent
31aaa48344
commit
441a25b361
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ DEFAULT_PRINTER="DtPrint"
|
||||||
then
|
then
|
||||||
awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh
|
awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh
|
||||||
else
|
else
|
||||||
[ -x /usr/sbin/inetd ] && /usr/sbin/inetd -s 2>/dev/null
|
[ -x /usr/sbin/inetd ] && /usr/sbin/inetd
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue