https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255271
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marcin Cieślak <[email protected]> --- Saw this reported today on #FreeBSD on libera.chat. Looks like it is confused by the fact that /etc/rc.d/sendmail has name=".." and rcvar="..." twice. > grep ^name= /etc/rc.d/sendmail name="sendmail" name="sendmail_msp_queue" Therefore addding sendmail_msp_queue=NO makes "service -e" to believe the sendmail is no longer enabled. Good that the manpage explains the heuristic used to detect enabled services... -- You are receiving this mail because: You are the assignee for the bug.
