summaryrefslogtreecommitdiff
path: root/mail/poppassd/pkg/INSTALL
blob: d03e10d9e0d1fcfa1e37555dbd27b0b64a9f166c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2001/06/10 15:15:06 taca Exp $
#

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

In order to enable poppassd service, you should add the following line
to your /etc/services:

 poppass	106/tcp		poppassd

And /etc/inetd.conf:

 poppass stream tcp nowait root ${PKG_PREFIX}/libexec/poppassd poppassd

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