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-Tag: v2.27-core170~4^2~149^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82fea6d57533a56eb5fbd091038ff28fc235093f;p=ipfire-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);