summaryrefslogtreecommitdiff
path: root/mail/nmh/pkg/INSTALL
blob: 1ba727b996dc4b6e482f612d887badff3e6040d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.4 2000/01/18 15:50:33 agc Exp $
#

case "$2" in
  ""|POST-INSTALL) cat <<EOF
=============================================================

You will need to copy the files:

	${PKG_PREFIX}/etc/nmh/*.dist

to be 

	${PKG_PREFIX}/etc/nmh/*

(i.e. "delete the .dist" suffix)
Some files you might need to customize include the following:

    ${PKG_PREFIX}/etc/nmh/mhn.defaults
    ${PKG_PREFIX}/etc/nmh/mts.conf

=============================================================
EOF
  ;;
esac

exit 0