df69825f36
can be used.
19 lines
541 B
Text
19 lines
541 B
Text
#!/bin/sh
|
|
#
|
|
# $NetBSD: INSTALL,v 1.3 2002/07/31 15:50:06 jlam Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${CAT} << EOF
|
|
===========================================================================
|
|
Please also refer to:
|
|
|
|
${PKG_PREFIX}/share/doc/html/cyrus-imapd/install.html
|
|
|
|
for more detailed instructions on setting up the environment before
|
|
starting the Cyrus IMAP server. In particular, several services will
|
|
probably need to be added to /etc/services.
|
|
===========================================================================
|
|
EOF
|
|
;;
|
|
esac
|