summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-02-01 09:12:22 +0100
committerSeth Mos <seth.mos@dds.nl>2011-02-01 09:12:22 +0100
commitd55ea9701f45ea85d840ca850f44382aa138014c (patch)
treee8fae206b626600c7e7de05d1b9187272c89fe7e /etc
parent9bc8b6b61d92d1dea51a325337d07f305ddac816 (diff)
downloadpfsense-d55ea9701f45ea85d840ca850f44382aa138014c.zip
pfsense-d55ea9701f45ea85d840ca850f44382aa138014c.tar.gz
Change wording
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/upgrade_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index 3da149a..1ae34d1 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -2328,7 +2328,7 @@ function upgrade_076_to_077() {
$xmldumpnew = "{$database}.new.xml";
if ($g['booting'])
- echo "Migrate RRD database {$database} to new format.\n";
+ echo "Migrate RRD database {$database} to new format for IPv6.\n";
/* dump contents to xml and move database out of the way */
dump_rrd_to_xml("{$rrddbpath}/{$database}", "{$g['tmp_path']}/{$xmldump}");
OpenPOWER on IntegriCloud