Re: Call for Review: allow sysinstall to tweak tri-valuesendmail_enable

2002-06-01 Thread Makoto Matsushita
gshapiro> One more change please. Change: I'm very glad to hear a comment from sendmail maintainer, thank you. Just committed. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Call for Review: allow sysinstall to tweak tri-valuesendmail_enable

2002-06-01 Thread Gregory Neil Shapiro
One more change please. Change: > +"email, but still enables sendmail for outbound mail. None disables\n" > +"sendmail completely at startup.", To: > +"email, but still enables sendmail for local and outbound mail.\n" > +"None disables sendmail completely at startup and disabl

Re: Call for Review: allow sysinstall to tweak tri-valuesendmail_enable

2002-05-31 Thread Makoto Matsushita
bmah> Comments on the text only (i.e. I haven't tested the new menus)... Thank you. I've (of course) tested; making floppies and do a test that sysinstall saves sendmail_enable line to /etc/rc.conf. -- - Makoto `MAR' Matsushita Index: menus.c ==

Call for Review: allow sysinstall to tweak tri-valuesendmail_enable

2002-05-31 Thread Makoto Matsushita
Here is a patch to enable sysinstall to set 'sendmail_enable' value to 'YES', 'NO', and 'NONE'. Current sysinstall can't set this value to 'NONE'; users who do *not* want to use sendmail can't stop sendmail via sysinstall. Following patch creates submenu to change the sendmail_enable value. How