summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-17 08:10:38 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-17 08:10:38 +0000
commit133257dfa263693e945b97f8ecf387e168af0938 (patch)
treeae9b3d3b4647f50aec660542b64f0d2ab9bddfd6 /etc
parent2089adae758eb7cde04798977480a15580dbf20f (diff)
downloadpfsense-133257dfa263693e945b97f8ecf387e168af0938.zip
pfsense-133257dfa263693e945b97f8ecf387e168af0938.tar.gz
Close comment tag
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index c304b16..b1b76c4 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2086,7 +2086,7 @@ endif;
/* dump contents to xml and move database out of the way */
mwexec("$rrdtool dump {$database} > {$g['tmp_path']}/{$database}.xml");
mwexec("mv $database {$g['tmp_path']}/$databases.backup");
- /* let enable_rrd_graphing recreate the database and restore the contents
+ /* let enable_rrd_graphing recreate the database and restore the contents */
enable_rrd_graphing();
mwexec("$rrdtool restore {$g['tmp_path']}/{$database}.xml $database");
}
@@ -2101,12 +2101,10 @@ endif;
/* dump contents to xml and move database out of the way */
mwexec("$rrdtool dump {$database} > {$g['tmp_path']}/{$database}.xml");
mwexec("mv $database {$g['tmp_path']}/$databases.backup");
- /* let enable_rrd_graphing recreate the database and restore the contents
+ /* let enable_rrd_graphing recreate the database and restore the contents */
enable_rrd_graphing();
mwexec("$rrdtool restore {$g['tmp_path']}/{$database}.xml $database");
}
-
-
}
$now = date("H:i:s");
OpenPOWER on IntegriCloud