From ca8e4ed26f54754c521b52ac58b7d3281c2b86fb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 21 Mar 2006 23:07:28 +0000 Subject: MFC Seths most excellent RRD graphing items --- etc/rc.newwanip | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/rc.newwanip') 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; -- cgit v1.1