1 ## arg 1: the new package version
3 echo "Be sure to edit /etc/minbif.conf"
4 echo "Start minbif with sudo minbif /etc/minbif.conf for now."
5 echo "You can change the motd in /etc/minbif.motd"
6 echo "An rc.d script is in the making"
9 ## arg 1: the new package version
10 ## arg 2: the old package version
12 echo "Be sure to edit /etc/minbif.conf"
13 echo "Start minbif with sudo minbif /etc/minbif.conf for now."
14 echo "You can change the motd in /etc/minbif.motd"
15 echo "An rc.d script is in the making"
18 # vim:set ts=2 sw=2 et: