From 73acfa1c975d953bec8a5ed3513d070fad3eac1d Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 10 Dec 2022 13:43:03 +0100 Subject: [PATCH] install_amavis.sh: change deprecated entry '& ~' to '& stop' resolv.conf --- install_amavis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_amavis.sh b/install_amavis.sh index 0a8a660..4cde30c 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -4479,7 +4479,7 @@ cat << EOF > /etc/rsyslog.d/amavis.conf ## - amavis ## - local0.* -/var/log/amavis.log -& ~ +& stop EOF if [[ $? -eq 0 ]] ; then echo_ok