Comment out the logfile parameter in the configuration file

(cherry picked from commit 3c745313bc2774465a83db5fdda86216afb345cd)
This commit is contained in:
wu-leilei 2023-09-02 16:57:34 +08:00 committed by openeuler-sync-bot
parent 7eb3680275
commit 4358f5e40c
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@
pidfile: "/var/run/dnssec-triggerd.pid" pidfile: "/var/run/dnssec-triggerd.pid"
# log to a file instead of syslog, default is to syslog # log to a file instead of syslog, default is to syslog
logfile: "/var/log/dnssec-trigger.log" # logfile: "/var/log/dnssec-trigger.log"
# log to syslog, or (log to to stderr or a logfile if specified). yes or no. # log to syslog, or (log to to stderr or a logfile if specified). yes or no.
# use-syslog: yes # use-syslog: yes

View File

@ -1,6 +1,6 @@
Name: dnssec-trigger Name: dnssec-trigger
Version: 0.17 Version: 0.17
Release: 1 Release: 2
Summary: Dnssec-trigger reconfigures the local Unbound DNS server Summary: Dnssec-trigger reconfigures the local Unbound DNS server
License: BSD License: BSD
Url: http://www.nlnetlabs.nl/downloads/dnssec-trigger/ Url: http://www.nlnetlabs.nl/downloads/dnssec-trigger/
@ -118,6 +118,9 @@ fi
%{_mandir}/man8/dnssec-trigger* %{_mandir}/man8/dnssec-trigger*
%changelog %changelog
* Sat Sep 02 2023 wulei <wu_lei@hoperun.com> - 0.17-2
- Comment out the logfile parameter in the configuration file
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 0.17-1 * Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 0.17-1
* Update to 0.17 version * Update to 0.17 version