1 # arg 1: the new package version
3 echo "=> To run boot-digest at startup, add"
4 echo " boot-digest to your DAEMONS array in /etc/rc.conf."
6 echo "=> To run boot-digest after resume, add"
8 echo " to /etc/hibernate/common.conf."
10 echo "=> Don't forget to run boot-digest-mark after the first install"
11 echo " and everytime you change something on your boot partition."
15 echo "=> Don't forget to run boot-digest-mark after the first install"
16 echo " and everytime you change something on your boot partition."
21 [ "$(type -t "$op")" = "function" ] && $op "$@"