# grep '^inetd_flags="' /etc/rc.conf
inetd_flags="NO" # for normal use: ""
# grep -i 'sendmail_flags="NO"' /etc/rc.conf
sendmail_flags="NO"
#
after a reboot..:
two questions:
# ps -aux | egrep -i "inetd|sendmail"
root 4420 0.0 0.1 452 652 ?? Is 8:10PM 0:00.00 /usr/sbin/inetd
#
QUESTION: How can I disable inetd, so that it will not start after a reboot? (+how can I disable sendmail correctly?)