summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-07-05 21:31:52 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-07-05 21:31:52 +0000
commit4d5851cc6fe12aa5a42b1cde50fe26eccdc04186 (patch)
tree0721490b8f41dc6b54313e171f3ddb915ed455a0 /etc
parentb25b1595362ad043ee50fe45986083053c8bf905 (diff)
downloadpfsense-4d5851cc6fe12aa5a42b1cde50fe26eccdc04186.zip
pfsense-4d5851cc6fe12aa5a42b1cde50fe26eccdc04186.tar.gz
Switch back touch file in tmp. This is permitted as user nobody under
which apinger runs. FIXME: Make sure that /tmp is always 777.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 094b372..b4bab32 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -4099,8 +4099,8 @@ rrd interval 60s;
## These parameters can be overriden in a specific alarm configuration
alarm default {
- command on "/etc/rc.filter_configure"
- command off "/etc/rc.filter_configure"
+ command on "touch /tmp/filter_dirty"
+ command off "touch /tmp/filter_dirty"
combine 10s
}
OpenPOWER on IntegriCloud