mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
update-ipblocklists: Do not log the pid in syslog.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user