summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-21 23:07:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-21 23:07:28 +0000
commitca8e4ed26f54754c521b52ac58b7d3281c2b86fb (patch)
treeea6b44e9629691b96f7c55ce009ad7d2af4aed24 /etc/rc.newwanip
parenta6c8c7605ae7bde92ad50a838162859e25c7eea1 (diff)
downloadpfsense-ca8e4ed26f54754c521b52ac58b7d3281c2b86fb.zip
pfsense-ca8e4ed26f54754c521b52ac58b7d3281c2b86fb.tar.gz
MFC Seths most excellent RRD graphing items
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 38d03ea..e791c85 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -83,7 +83,10 @@
touch("/tmp/update_dyndns");
/* signal filter reload */
- touch("/tmp/filter_dirty");
+ touch("/tmp/filter_dirty");
+
+ /* reload graphing functions */
+ enable_rrd_graphing();
return 0;
OpenPOWER on IntegriCloud