firewall: Move scripts from /var/ipfire/firewall/bin to /usr/lib/firewall.

This commit is contained in:
Michael Tremer
2014-01-28 20:48:24 +01:00
parent f1eb69d672
commit 73372ed4e6
6 changed files with 15 additions and 13 deletions

View File

@@ -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. */