summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-19 23:21:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-19 23:21:16 +0000
commit050cb8a01378afd7caefbd5281ad1cdeced4e1da (patch)
tree01edcb669f94c9bbf014efab9a95b995d38a418c /etc
parent9d7d8716c01b688b16b69558784698ab22c66bb7 (diff)
downloadpfsense-050cb8a01378afd7caefbd5281ad1cdeced4e1da.zip
pfsense-050cb8a01378afd7caefbd5281ad1cdeced4e1da.tar.gz
Alert the user of where the system is looking for config.xml
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index f9faf8b..afa8532 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -155,9 +155,8 @@ if (!$noparseconfig) {
echo "file is inserted. If it isn't, your configuration changes will be lost\n";
echo "on reboot.\n";
} else {
- echo "XML configuration file not found. pfSense cannot continue booting.\n";
- echo "\n\nDropping to a shell for inspection.\n";
- mwexec("/bin/sh");
+ echo "XML configuration {$g['conf_path']}/config.xml file not found. pfSense cannot continue booting.\n";
+ sleep 5;
echo "\n\nThe system is now halting.\n\n";
mwexec("/sbin/halt");
exit;
OpenPOWER on IntegriCloud