pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

knot-resolver: Fixed logging into file



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sat Jun 27 17:26:50 2026 +0200
Changeset:	90ea138186850b736424629b63a9772714aac046

Modified Files:
	knot-resolver/files/kresd.sh

Log Message:
knot-resolver: Fixed logging into file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=90ea138186850b736424629b63a9772714aac046

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 knot-resolver/files/kresd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/knot-resolver/files/kresd.sh b/knot-resolver/files/kresd.sh
index 863725d19d..fad2265458 100644
--- a/knot-resolver/files/kresd.sh
+++ b/knot-resolver/files/kresd.sh
@@ -27,7 +27,7 @@ kresd_precmd()
 
 pidfile="/var/run/${name}.pid"
 command="@PREFIX@/sbin/daemonize"
-command_args="-p ${pidfile} -u ${knotresolver_user} -o @VARBASE@/log/${name}/${name}.log -- ${knotresolver_command}"
+command_args="-a -p ${pidfile} -u ${knotresolver_user} -o @VARBASE@/log/${name}/${name}.log -e @VARBASE@/log/${name}/${name}.log -- ${knotresolver_command}"
 
 procname="@PREFIX@/sbin/${name}"
 


Home | Main Index | Thread Index | Old Index