#! /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
