]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
update-ipblocklists: Do not log the pid in syslog.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Apr 2022 02:57:19 +0000 (04:57 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 7 Jul 2022 15:26:14 +0000 (17:26 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/scripts/update-ipblocklists

index 96731d44996d7e0627f4feed2b6eaff64f936683..b96bb4f7ceb15f239479c6edfe86c6aba65ef412 100644 (file)
@@ -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);