Unbreak this. Seems it needs to be filter for the rules to work.

This commit is contained in:
Ermal 2010-04-30 16:25:42 +00:00
parent 1f877c943d
commit fb5e6dccf0

View File

@ -254,7 +254,7 @@ function filter_configure_sync() {
$rules .= "{$natrules}\n";
$rules .= "{$pfrules}\n";
$rules .= discover_pkg_rules("pflate");
$rules .= discover_pkg_rules("filter");
if(!file_put_contents("{$g['tmp_path']}/rules.debug", $rules, LOCK_EX)) {
log_error("WARNING: Could not write new rules!");