summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-12-24 17:17:25 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-12-24 17:17:25 -0500
commit0fa7902eb13dc696c47bff898226f84dde9d8530 (patch)
treef31c4182bec7ff91ece6a35ff08a4a888c87f202 /etc/inc/filter.inc
parente56e532528386113852bd26efdd80c5a203203d2 (diff)
downloadpfsense-0fa7902eb13dc696c47bff898226f84dde9d8530.zip
pfsense-0fa7902eb13dc696c47bff898226f84dde9d8530.tar.gz
Fix identing
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ca7cff5..8f5cdfd 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2419,7 +2419,7 @@ function discover_pkg_rules($ruletype) {
if(function_exists($pkg_generate_rules)) {
update_filter_reload_status("Processing early {$ruletype} rules for package {$pkg_inc}");
$rules .= $pkg_generate_rules("$ruletype");
- file_put_contents("{$g['tmp_path']}/rules.packages", $rules);
+ file_put_contents("{$g['tmp_path']}/rules.packages", $rules);
$status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.packages");
if ($status <> 0) {
$errorrules = "There was an error while parsing the package filter rules for {$pkg_inc}.\n";
OpenPOWER on IntegriCloud