mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
firewall: Move scripts from /var/ipfire/firewall/bin to /usr/lib/firewall.
This commit is contained in:
@@ -13,7 +13,7 @@ int main(int argc, char *argv[]) {
|
||||
if (!(initsetuid()))
|
||||
exit(1);
|
||||
|
||||
int retval = safe_system("/var/ipfire/firewall/bin/rules.pl");
|
||||
int retval = safe_system("/usr/lib/firewall/rules.pl");
|
||||
|
||||
/* If rules.pl has been successfully executed, the indicator
|
||||
* file is removed. */
|
||||
|
||||
Reference in New Issue
Block a user