MF4: revision 1.3.2.1.

inetd is not always present, check before invoking it.
This commit is contained in:
Josef Karthauser 2000-12-23 19:11:53 +00:00
parent 04dbe0f9b9
commit 4050e5eb73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70313

View File

@ -49,7 +49,7 @@ fi
if [ -n "$network_pass2_done" ]; then
network_pass3
fi
if [ "X${inetd_enable}" = X"YES" ]; then
if [ "X${inetd_enable}" = X"YES" -a -f /stand/inetd ]; then
echo "Starting inetd."; inetd ${inetd_flags}
fi