summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-21 23:53:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-21 23:53:49 +0000
commitb93f86b86ded44a0c76a0ae8eff60e0f3a819e77 (patch)
tree515a3b36d7e1ff9b1345543aeab9e183124cc9ee /etc
parentbc32435e22c7fe52ecfa4f0393c9550d0aad5634 (diff)
downloadpfsense-b93f86b86ded44a0c76a0ae8eff60e0f3a819e77.zip
pfsense-b93f86b86ded44a0c76a0ae8eff60e0f3a819e77.tar.gz
s/cron//
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index aa6b14d..2a32c19 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2011,7 +2011,7 @@ function enable_rrd_graphing()
$rrdupdatesh .= "sleep 60\n";
$rrdupdatesh .= "done\n";
- PRINT "Creating rrd cron update script\n";
+ PRINT "Creating rrd update script\n";
/* write the rrd update script */
$updaterrdscript = "{$g['varrun_path']}/rrd/updaterrd.sh";
$fd = fopen("$updaterrdscript", "w");
OpenPOWER on IntegriCloud