From 050cb8a01378afd7caefbd5281ad1cdeced4e1da Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 19 Mar 2005 23:21:16 +0000 Subject: Alert the user of where the system is looking for config.xml --- etc/inc/config.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'etc') 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; -- cgit v1.1