Project

General

Profile

Regression #13817

Updated by Marcos M about 1 year ago

Tested on @23.01.b.20221230.0600@ with @pfSense-pkg-pfBlockerNG-devel-3.1.0_16@. 

 Disabling the latest pfBlockerNG-devel, Suricata, and ACME packages. 

 Using pfBlockerNG-devel as an example: 
 Uninstalling the package or disabling the 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.

Back