FreeBSD Bugzilla – Attachment 152928 Details for
Bug 197587
mail/opensmtpd-devel add configtest to rc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch for the rc file
patch.txt (text/plain), 603 bytes, created by
elbarto
on 2015-02-13 01:58:42 UTC
(
hide
)
Description:
Patch for the rc file
Filename:
MIME Type:
Creator:
elbarto
Created:
2015-02-13 01:58:42 UTC
Size:
603 bytes
patch
obsolete
>--- files/smtpd.in.orig 2015-02-13 02:56:08.649379055 +0100 >+++ files/smtpd.in 2015-02-13 02:57:16.294922081 +0100 >@@ -26,6 +26,11 @@ > name="smtpd" > rcvar=smtpd_enable > >+start_precmd="smtpd_precmd" >+restart_precmd="smtpd_checkconfig" >+configtest_cmd="smtpd_checkconfig" >+extra_commands="configtest" >+ > load_rc_config $name > > : ${smtpd_enable:="NO"} >@@ -37,4 +42,15 @@ > > procname=${smtpd_procname} > >+smtpd_checkconfig() >+{ >+ echo "Performing sanity check on smtpd configuration:" >+ eval ${command} ${smtpd_flags} -n >+} >+ >+smtpd_precmd() >+{ >+ smtpd_checkconfig >+} >+ > run_rc_command "$1"
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 Raw
Actions:
View
Attachments on
bug 197587
: 152928