summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-01-17 14:15:15 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-01-17 14:15:15 -0200
commit5f921566499a3a11ac3ffd5ab74bb43c53c9ef7b (patch)
tree17198e6a42b07c3d6b745e161ff51183dd8e7000 /etc
parent2dde998935cd0bfb4c72ca0512366cf248088ba1 (diff)
downloadpfsense-5f921566499a3a11ac3ffd5ab74bb43c53c9ef7b.zip
pfsense-5f921566499a3a11ac3ffd5ab74bb43c53c9ef7b.tar.gz
Revert part of 0ff214f27d that was committed accidentally
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index d63dfd4..36d04fe 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1043,18 +1043,6 @@ function setup_serial_port($when="save", $path="") {
return;
}
-function read_loader_conf($path = "") {
- $loader_conf_file = "{$path}/boot/loader.conf";
- $loader_conf = file_get_contents($loader_conf_file);
- $result = array();
-
- foreach (explode("\n", $loader_conf) as $line) {
- }
-}
-
-function write_loader_conf($loader_conf, $path = "") {
-}
-
function print_value_list($list, $count = 10, $separator = ",") {
$list = implode($separator, array_slice($list, 0, $count));
if(count($list) < $count) {
OpenPOWER on IntegriCloud