[PC-BSD Commits] r5190 - in pcbsd/trunk/pc-sysinstall: . backend
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 2 09:23:40 PST 2009
Author: kris
Date: 2009-12-02 09:23:40 -0800 (Wed, 02 Dec 2009)
New Revision: 5190
Modified:
pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Fixed exit status of pc-sysinstall
Modified: pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh 2009-12-02 15:52:52 UTC (rev 5189)
+++ pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh 2009-12-02 17:23:40 UTC (rev 5190)
@@ -68,7 +68,6 @@
# Check if we are doing any networking setup
start_networking
-
# If we are not doing an upgrade, lets go ahead and setup the disk
if [ "${INSTALLMODE}" = "fresh" ]
then
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-12-02 15:52:52 UTC (rev 5189)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-12-02 17:23:40 UTC (rev 5190)
@@ -67,6 +67,7 @@
display_help
else
${BACKEND}/parseconfig.sh ${2}
+ exit $?
fi
;;
More information about the Commits
mailing list