summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-18 16:14:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-18 16:14:48 +0000
commit0bedfe6654f64ba4fe66d594e73a86b01a440450 (patch)
tree77d54d7eb9e5ae3ebc8378ded71f53e0cd88df07 /etc/inc
parent8f0a4101e46e3498b45ebc98ae1f081e58eaa7b8 (diff)
downloadpfsense-0bedfe6654f64ba4fe66d594e73a86b01a440450.zip
pfsense-0bedfe6654f64ba4fe66d594e73a86b01a440450.tar.gz
Use complete path to syslog
Diffstat (limited to 'etc/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 cc58759..17aacea 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -44,7 +44,7 @@ function filter_resync() {
function filter_pflog_start() {
global $config, $g;
- mwexec("ifconfig pflog0 up && pflogd -sD");
+ mwexec("/sbin/ifconfig pflog0 up && pflogd -sD");
}
function filter_configure() {
OpenPOWER on IntegriCloud