head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.44
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.42
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.40
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.38
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.36
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.34
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.32
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.30
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.28
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.26
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.24
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.22
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.20
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.18
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.16
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.14
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.12
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.10
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.8
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.6
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.4
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.2
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.2.0.4
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.2
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.1.1.1.0.14
	pkgsrc-2004Q2-base:1.1.1.1
	pkgsrc-2004Q1:1.1.1.1.0.12
	pkgsrc-2004Q1-base:1.1.1.1
	pkgsrc-2003Q4:1.1.1.1.0.10
	pkgsrc-2003Q4-base:1.1.1.1
	netbsd-1-6-1:1.1.1.1.0.6
	netbsd-1-6-1-base:1.1.1.1
	netbsd-1-6:1.1.1.1.0.8
	netbsd-1-6-RELEASE-base:1.1.1.1
	pkgviews:1.1.1.1.0.4
	pkgviews-base:1.1.1.1
	buildlink2:1.1.1.1.0.2
	buildlink2-base:1.1.1.1
	netbsd-1-5-PATCH003:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2005.02.21.22.10.34;	author jlam;	state dead;
branches;
next	1.2;

1.2
date	2004.07.14.20.07.07;	author jlam;	state Exp;
branches;
next	1.1;

1.1
date	2002.01.22.22.00.22;	author jlam;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.01.22.22.00.22;	author jlam;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the following packages from the "mail" category which were
obsoleted by the security/courier-authlib package:

    courier-auth, courier-authldap, courier-authmysql, courier-authpgsql
@
text
@# $NetBSD: INSTALL,v 1.2 2004/07/14 20:07:07 jlam Exp $

SYSCONFTOOL="@@SYSCONFTOOL@@"
EGDIR=${PKG_PREFIX}/share/examples/courier
GEN_FILES="@@GEN_FILES@@"

case ${STAGE} in
POST-INSTALL)
	eval set -- ${GEN_FILES}
	for file
	do
		# Merge new config files with the old ones.
		${CP} ${EGDIR}/${file}.dist ${PKG_SYSCONFDIR}/${file}.dist
		${SYSCONFTOOL} ${PKG_SYSCONFDIR}/${file}
		${CHMOD} 0600 ${PKG_SYSCONFDIR}/${file}
		${RM} -f ${PKG_SYSCONFDIR}/${file}.dist
	done
	;;
esac
@


1.2
log
@Update mail/courier-auth to 0.45.6.  Changes from version 0.44.2 include:

  * Honor ${VARBASE}.
  * Rename "authdaemon.sysconftool" to "sysconftool" for use by other
    Courier mail packages.
  * authvchkpw explicitly disabled -- it's not officially supported within
    courier, and there's a workaround by using vchkpw2userdb(8).  This
    closes pkg/19365.
  * courierlogger(1) moved from mail/courier-imap into this package.
  * Support a new setting DEBUG_LOGIN in authdaemonrc to allow easier
    debugging of the authentication process.
  * Added documentation on how to debug the authentication process in
    ${PREFIX}/share/doc/courier.
  * makedat: Skip subdirectories named "CVS".  Allows all directory-based
    lists (makesmtpaccess, etc...) to be managed via CVS.
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.1.1.1 2002/01/22 22:00:22 jlam Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d13 4
a16 4
		${CP} ${EGDIR}/${file}.dist @@PKG_SYSCONFDIR@@/${file}.dist
		${SYSCONFTOOL} @@PKG_SYSCONFDIR@@/${file}
		${CHMOD} 0600 @@PKG_SYSCONFDIR@@/${file}
		${RM} -f @@PKG_SYSCONFDIR@@/${file}.dist
@


1.1.1.1
log
@Initial import of mail/courier-auth-0.37.1.

This package contains the authentication daemon, modules, and utilities
for the Courier mail packages.
@
text
@@
