inetd is now disabled by default

This commit is contained in:
Tristan PILAT 2019-03-22 17:22:24 +01:00
parent 5d5291f08d
commit e509ea879e
1 changed files with 0 additions and 4 deletions

View File

@ -292,10 +292,6 @@ if [ "$IS_CUSTOMSYSLOG" = 1 ]; then
grep -q Evolix /etc/newsyslog.conf || echo 'IS_CUSTOMSYSLOG FAILED!'
fi
if [ "$IS_NOINETD" = 1 ]; then
grep -q inetd=NO /etc/rc.conf.local 2>/dev/null || echo 'IS_NOINETD FAILED!'
fi
if [ "$IS_SUDOMAINT" = 1 ]; then
f=/etc/sudoers
grep -q "Cmnd_Alias MAINT = /usr/share/scripts/evomaintenance.sh" $f \