From 80761be90b760c3df75f8e909885ac67625be99d Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 10 Dec 2022 15:02:38 +0100 Subject: [PATCH] install_pure-ftpd.sh: change deprecated entry '& ~' to '& stop' resolv.conf --- install_pure-ftpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pure-ftpd.sh b/install_pure-ftpd.sh index 998bb2a..c609708 100755 --- a/install_pure-ftpd.sh +++ b/install_pure-ftpd.sh @@ -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