install_postfix_base.sh, install_postfix_advanced.sh: change deprecated entry '& ~' to '& stop' resolv.conf
This commit is contained in:
parent
25d0bf45f7
commit
d7e5a9e0fe
@ -3389,7 +3389,7 @@ mail.warn -/var/log/mail.warn
|
|||||||
mail.err /var/log/mail.err
|
mail.err /var/log/mail.err
|
||||||
|
|
||||||
mail.* -/var/log/mail.log
|
mail.* -/var/log/mail.log
|
||||||
& ~
|
& stop
|
||||||
EOF
|
EOF
|
||||||
if [[ $? -eq 0 ]] ; then
|
if [[ $? -eq 0 ]] ; then
|
||||||
echo_ok
|
echo_ok
|
||||||
|
@ -1104,7 +1104,7 @@ mail.warn -/var/log/mail.warn
|
|||||||
mail.err /var/log/mail.err
|
mail.err /var/log/mail.err
|
||||||
|
|
||||||
mail.* -/var/log/mail.log
|
mail.* -/var/log/mail.log
|
||||||
& ~
|
& stop
|
||||||
EOF
|
EOF
|
||||||
if [[ $? -eq 0 ]] ; then
|
if [[ $? -eq 0 ]] ; then
|
||||||
echo_ok
|
echo_ok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user