diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-06 12:04:55 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-06 12:04:55 -0400 |
commit | f73d83ecaf5ecadad6d8060ba8699f1a0001f674 (patch) | |
tree | c4334d705906e14261499f5ce8a2426ce67c85da /etc/inc/rrd.inc | |
parent | d442e4e2beb69c5c4f6a30cd3a63b8dcd67e9117 (diff) | |
download | pfsense-f73d83ecaf5ecadad6d8060ba8699f1a0001f674.zip pfsense-f73d83ecaf5ecadad6d8060ba8699f1a0001f674.tar.gz |
Broadcast to all ttys that a RRD upgrade is in progress.
Diffstat (limited to 'etc/inc/rrd.inc')
-rw-r--r-- | etc/inc/rrd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc index 9feda59..c9f46bd 100644 --- a/etc/inc/rrd.inc +++ b/etc/inc/rrd.inc @@ -46,7 +46,7 @@ function dump_rrd_to_xml($rrddatabase, $xmldumpfile) { function create_new_rrd($rrdcreatecmd) { $rrdcreateoutput = array(); $rrdcreatereturn = 0; - + exec("Converting RRD configuration to new format. This might take a bit... | wall"); exec("$rrdcreatecmd 2>&1", $rrdcreateoutput, $rrdcreatereturn); if ($rrdcreatereturn <> 0) { $rrdcreateoutput = implode(" ", $rrdcreateoutput); |