core/pommed/pommed.install

15 lines
313 B
Plaintext

post_install() {
cat << EOM
==> There are two configuration files samples: /etc/pommed.conf.{pmac,mactel},
==> use them as base for your /etc/pommmed.conf
==> Add the 'pommed' daemon in /etc/rc.conf to start it at boot,
==> to start it now, run '/etc/rc.d/pommed start' as root
EOM
}
# vim:set ts=2 sw=2 et: