summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-05-30 00:40:04 -0400
committerjim-p <jim@pingle.org>2009-05-30 00:40:04 -0400
commitea8a58ea64a023bb859cf74c33bde11bce582d41 (patch)
tree0b1898115c2fefdc205ce725087360e96d73552d /etc/inc/pkg-utils.inc
parentdc3dedbbf94caf75ab69d1721c93275c010681d9 (diff)
downloadpfsense-ea8a58ea64a023bb859cf74c33bde11bce582d41.zip
pfsense-ea8a58ea64a023bb859cf74c33bde11bce582d41.tar.gz
Unbreak pkg-utils.inc. Extra space made it rather unhappy. Reported on IRC and in the forums.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 0f0767d..6e761d2 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -993,7 +993,7 @@ function pkg_build_filter_rules() {
$status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.nat.packages");
if ($status <> 0) {
log_error("Packages nat rules have problems!");
- $ error = "Packages nat rules have problems!";
+ $error = "Packages nat rules have problems!";
}
$status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.packages");
if ($status <> 0) {
OpenPOWER on IntegriCloud