mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
MF4: revision 1.3.2.1.
inetd is not always present, check before invoking it.
This commit is contained in:
parent
04dbe0f9b9
commit
4050e5eb73
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70313
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user