echo "Updating etc/rc.config..." if [ -x bin/fillup ] ; then bin/fillup -q -d = etc/rc.config var/adm/fillup-templates/rc.config.lprold else echo "ERROR: fillup not found. This should not happen. Please compare" echo "etc/rc.config and var/adm/fillup-templates/rc.config.lprold and" echo "update by hand." fi if [ -f etc/printcap ] then rm -f `sed -n "/sd=/s/^[^#]*sd=.//p" etc/printcap | sed -e "s+:.*$+/lock+"` fi exit 0