install_pure-ftpd.sh: change deprecated entry '& ~' to '& stop' resolv.conf

This commit is contained in:
Christoph 2022-12-10 15:02:38 +01:00
parent a5182673cc
commit 80761be90b

View File

@ -300,7 +300,7 @@ fi
echononl " Configure syslogd matching the ftp syslog facility"
cat << EOF > /etc/rsyslog.d/pure-ftpd.conf
ftp.* /var/log/pure-ftpd/ftp.log
& ~
& stop
EOF
if [[ $? -eq 0 ]] ; then
echo_ok