diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-21 23:07:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-21 23:07:28 +0000 |
commit | ca8e4ed26f54754c521b52ac58b7d3281c2b86fb (patch) | |
tree | ea6b44e9629691b96f7c55ce009ad7d2af4aed24 /etc/rc.newwanip | |
parent | a6c8c7605ae7bde92ad50a838162859e25c7eea1 (diff) | |
download | pfsense-ca8e4ed26f54754c521b52ac58b7d3281c2b86fb.zip pfsense-ca8e4ed26f54754c521b52ac58b7d3281c2b86fb.tar.gz |
MFC Seths most excellent RRD graphing items
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 5 |
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; |