diff options
Diffstat (limited to 'print/cups/pkg/INSTALL')
-rw-r--r-- | print/cups/pkg/INSTALL | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/print/cups/pkg/INSTALL b/print/cups/pkg/INSTALL index 291ed053b80..9ea9a0bf91e 100644 --- a/print/cups/pkg/INSTALL +++ b/print/cups/pkg/INSTALL @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: INSTALL,v 1.5 2000/12/11 08:42:03 jlam Exp $ +# $NetBSD: INSTALL,v 1.6 2000/12/12 16:03:14 jlam Exp $ PKGNAME=$1 STAGE=$2 @@ -93,6 +93,17 @@ EOF FILE=${CONFDIR}/${file} echo " ${FILE}" done + if [ -f ${SAMPLECONFDIR}/cups.pam ] + then + ${CAT} << EOF + +To authenticate for CUPS using PAM, add the contents of the file: + + ${SAMPLECONFDIR}/cups.pam + +to your PAM configuration file. +EOF + fi ${CAT} << EOF =========================================================================== EOF |