Comment out the logfile parameter in the configuration file

(cherry picked from commit d844f7d6ec98dd52b567ce96ab2c6daa25f3c597)
This commit is contained in:
wu-leilei 2022-12-16 16:18:26 +08:00 committed by openeuler-sync-bot
parent 99808b1f4d
commit bf285fcfc5
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.15 Version: 0.15
Release: 9 Release: 10
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/
@ -120,5 +120,8 @@ fi
%{_mandir}/man8/dnssec-trigger* %{_mandir}/man8/dnssec-trigger*
%changelog %changelog
* Fri Dec 16 2022 wulei <wulei80@h-partners.com> - 0.15-10
- Comment out the logfile parameter in the configuration file
* Wed Nov 20 2019 duyeyu <duyeyu@huawei.com> - 0.15-9 * Wed Nov 20 2019 duyeyu <duyeyu@huawei.com> - 0.15-9
- Package init - Package init