# This will copy all the configfiles that were copied into
# /etc/$WORKGROUP/configfiles into the new root area
# This assumes the files are already in a tree structure
# example of configfiles/etc/inetd.conf
WORKGROUP=`cat /etc/workgroup`
cp -a /etc/$WORKGROUP/configfiles/ / 

