summaryrefslogtreecommitdiff
path: root/mail/qpopper/pkg/INSTALL
blob: d828dea257a501f1ef59bfcd9c90c7dbf26c4a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.3 1998/08/07 11:09:54 agc Exp $
#

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

In order to enable POP service, you should add the following line
to your /etc/inetd.conf:

 pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/qpopper qpopper -s

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