From e60d6e1086443111950bb579c3c59c4954d4d671 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 5 Apr 2022 04:57:19 +0200 Subject: [PATCH] update-ipblocklists: Do not log the pid in syslog. Signed-off-by: Stefan Schantl --- src/scripts/update-ipblocklists | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/update-ipblocklists b/src/scripts/update-ipblocklists index 96731d4499..b96bb4f7ce 100644 --- a/src/scripts/update-ipblocklists +++ b/src/scripts/update-ipblocklists @@ -46,7 +46,7 @@ if ( $> == 0 ) { } # Establish the connection to the syslog service. -openlog('ipblocklist', 'cons,pid', 'user'); +openlog('ipblocklist', 'cons', 'user'); # Grab the configured providers. &General::readhash("${General::swroot}/ipblocklist/settings", \%settings); -- 2.39.5