--- fai-setup	2006-03-23 00:52:18.413038184 -0600
+++ /usr/sbin/fai-setup	2006-03-21 21:25:28.000000000 -0600
@@ -1,4 +1,4 @@
-#! /bin/sh 
+#! /bin/sh
 
 # $Id: fai-setup,v 1.53 2005/04/27 08:43:38 lange Exp $
 #*********************************************************************
@@ -30,18 +30,8 @@
 PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
 
 set -e
-
-if ! `. /etc/fai/fai.conf`
-then
-	echo "/etc/fai/fai.conf contains errors."
-	exit 1
-fi
-
-if ! `. /etc/fai/make-fai-nfsroot.conf`
-then
-        echo "/etc/fai/make-fai-nfsroot.conf contains errors."
-	exit 1
-fi
+. /etc/fai/fai.conf
+. /etc/fai/make-fai-nfsroot.conf
 
 options=$@ # all options are also passed to make-fai-nfsroot
 

