=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbsd/update_openbsd/update_openbsd 2008/11/12 06:07:42 1.12 +++ openbsd/update_openbsd/update_openbsd 2008/11/19 22:35:56 1.13 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: update_openbsd,v 1.11 2008/11/09 07:22:52 andrew Exp $ +# $RedRiver: update_openbsd,v 1.12 2008/11/12 06:07:42 andrew Exp $ if [ -e /etc/update_openbsd.conf ]; then . /etc/update_openbsd.conf @@ -221,8 +221,9 @@ local _v=$FILE_VER if [ -e base${_v}.tgz ]; then - echo Extracting new firmware from base${_v}.tgz - $SUDO tar -C $DESTDIR -xzphf base${_v}.tgz "*etc/firmware/*" + echo Extracting new firmware and ifconfig from base${_v}.tgz + $SUDO tar -C $DESTDIR -xzphf base${_v}.tgz \ + ./etc/firmware ./sbin/ifconfig fi $SUDO rm -f /obsd