FreeBSD Bugzilla – Attachment 17090 Details for
Bug 31134
/etc/rc doesn't allow you to specify a different sendmail daemon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 658 bytes, created by
Sean Chittenden
on 2001-10-08 13:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2001-10-08 13:10:01 UTC
Size:
658 bytes
patch
obsolete
>--- /etc/rc Mon Oct 8 05:04:08 2001 >+++ /etc/rc.orig Mon Oct 8 05:00:20 2001 >@@ -516,20 +516,22 @@ > ;; > esac > >-case ${sendmail_enable} in >-[Yy][Ee][Ss]) >- echo -n ' sendmail' >- ${sendmail_program} ${sendmail_flags} >- ;; >-*) >- case ${sendmail_outbound_enable} in >+if [ -r /etc/mail/sendmail.cf ]; then >+ case ${sendmail_enable} in > [Yy][Ee][Ss]) > echo -n ' sendmail' >- ${sendmail_program} ${sendmail_outbound_flags} >+ /usr/sbin/sendmail ${sendmail_flags} >+ ;; >+ *) >+ case ${sendmail_outbound_enable} in >+ [Yy][Ee][Ss]) >+ echo -n ' sendmail' >+ /usr/sbin/sendmail ${sendmail_outbound_flags} >+ ;; >+ esac > ;; > esac >- ;; >-esac >+fi > > echo '.'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31134
:
17089
| 17090