!7 [sync] PR-6: 注释dnssec-trigger.conf文件中的logfile参数

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-09-02 09:39:27 +00:00 committed by Gitee
commit 6235a6bcb2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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