From: Stefan Schantl Date: Tue, 5 Apr 2022 02:57:19 +0000 (+0200) Subject: update-ipblocklists: Do not log the pid in syslog. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e60d6e1086443111950bb579c3c59c4954d4d671;p=people%2Fstevee%2Fipfire-2.x.git update-ipblocklists: Do not log the pid in syslog. Signed-off-by: Stefan Schantl --- 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);