=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- openbsd/update_openbsd/update_openbsd 2009/05/13 05:26:32 1.21 +++ openbsd/update_openbsd/update_openbsd 2009/05/13 17:40:50 1.22 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: update_openbsd,v 1.20 2009/04/25 00:14:12 andrew Exp $ +# $RedRiver: update_openbsd,v 1.21 2009/05/13 04:26:32 andrew Exp $ installed_sets() { local misc=/usr/share/doc/README @@ -516,3 +516,6 @@ fi echo New kernel installed. Please reboot! +if [ -e /sbin/oreboot ]; then + echo Possibly using /sbin/oreboot +fi