Regression #13817
Updated by Marcos M almost 2 years ago
Tested on @23.01.b.20221230.0600@ with @pfSense-pkg-pfBlockerNG-devel-3.1.0_16@.
Disabling the pfBlockerNG-devel service by unchecking @Enable@ in the @Firewall / pfBlockerNG / General@ page does not remove the cron jobs added when the service is configured/enabled. The following remain when disabled:
<pre>
0 * * * * root /usr/local/bin/php /usr/local/www/pfblockerng/pfblockerng.php cron >> /var/log/pfblockerng/pfblockerng.log 2>&1
0 14 * * 5 root /usr/local/bin/php /usr/local/www/pfblockerng/pfblockerng.php dcc >> /var/log/pfblockerng/extras.log 2>&1
</pre>
Uninstalling the package while the service is enabled produces the same results.