summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-20 10:27:46 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-20 10:27:46 +0000
commitec9e513a4a0317a68ad2f379cbd7d056bf4ce0b5 (patch)
treebf6f1145a5e4d8ef7173c56c8b2c384a96815872 /etc
parentf6dfed0758233f7918aee4cdc9c5eff84ad9f0d9 (diff)
downloadpfsense-ec9e513a4a0317a68ad2f379cbd7d056bf4ce0b5.zip
pfsense-ec9e513a4a0317a68ad2f379cbd7d056bf4ce0b5.tar.gz
Correct typo
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index a25686f..b4ebc31 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2100,7 +2100,7 @@ endif;
$xmldumptmp = "{$database}.tmp.xml";
$databasenew = "{$database}.new.xml";
- echo "Migrate RRD database {$rrddbpath}/{$database} to new format \n");
+ echo "Migrate RRD database {$rrddbpath}/{$database} to new format \n";
/* rename DS source */
mwexec("$rrdtool tune {$rrddbpath}/{$database} -r in:inpass");
mwexec("$rrdtool tune {$rrddbpath}/{$database} -r out:outpass");
OpenPOWER on IntegriCloud