echo "Updating etc/rc.config..." if [ -x bin/fillup ] ; then bin/fillup -q etc/rc.config var/adm/fillup-templates/rc.config.ypclient else echo "ERROR: fillup not found. This should not happen. Please compare" echo "etc/rc.config and var/adm/fillup-templates/rc.config.ypclient" echo "and update by hand." fi ############################################################################