=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- openbsd/update_openbsd/update_openbsd 2017/03/01 03:20:36 1.84 +++ openbsd/update_openbsd/update_openbsd 2017/03/01 03:22:01 1.85 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.83 2016/10/01 20:12:17 andrew Exp $ +# $AFresh1: update_openbsd,v 1.84 2017/03/01 03:20:36 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -339,7 +339,7 @@ done if [ X"" == X"${_missing_sets}" ]; then - echo '===> All OK' + echo 'All OK' fi local _type @@ -382,7 +382,7 @@ local _is_boot="" [ X"$BOOT_KERNEL" == X"/${_bd}" ] && _is_boot="# boot kernel" - echo "===> Copying $_b to /$_bd $_is_boot" + echo "Copying $_b to /$_bd $_is_boot" cp ${_b} /nbsd && mv /nbsd /${_bd} if [ $? -ne 0 ]; then echo ERROR: Could not copy new $_bd kernel! >&2 @@ -431,7 +431,7 @@ _path=/var/tmp/temproot fi - echo "===> Extracting $_f to $_path" + echo "Extracting $_f to $_path" mkdir -p $_path tar -C $_path -xzphf ${RELEASEDIR}/${_f} if [ $? -ne 0 ]; then