Move the example mailer.conf file to the examples directory.
Bump PKGREVISION to 4.
This commit is contained in:
parent
59fe36334d
commit
4a6e56ca61
3 changed files with 11 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2002/09/23 12:38:44 markd Exp $
|
||||
$NetBSD: MESSAGE,v 1.2 2003/05/01 15:01:48 jmmv Exp $
|
||||
|
||||
To use "${PKGNAME}" as the system's mail transport agent you have
|
||||
to install "${PREFIX}/etc/mailer.conf.sendmail" as global mailwrapper
|
||||
configuration file. The command below will do that for you:
|
||||
to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
|
||||
mailwrapper configuration file. The command below will do that for you:
|
||||
|
||||
ln -fs ${PREFIX}/etc/mailer.conf.sendmail /etc/mailer.conf
|
||||
ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf
|
||||
===========================================================================
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:38 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2003/05/01 15:01:49 jmmv Exp $
|
||||
|
||||
DISTNAME= sendmail.8.11.6
|
||||
PKGNAME= sendmail-8.11.6
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
|
||||
|
@ -128,7 +128,8 @@ pre-install:
|
|||
${INSTALL_DATA_DIR} ${PREFIX}/libexec/sendmail
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/etc
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sendmail
|
||||
${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/share/examples/sendmail/mailer.conf
|
||||
${CP} -pr ${WRKSRC}/cf ${PREFIX}/share/sendmail
|
||||
${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail
|
||||
.if ${USE_DB2} == "YES"
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/05/01 15:01:49 jmmv Exp $
|
||||
bin/newaliases
|
||||
bin/mailq
|
||||
bin/hoststat
|
||||
bin/purgestat
|
||||
bin/vacation
|
||||
etc/mailer.conf.sendmail
|
||||
libexec/sendmail/sendmail
|
||||
libexec/sendmail/smrsh
|
||||
man/cat1/mailq.0
|
||||
|
@ -19,6 +18,7 @@ man/cat8/sendmail.0
|
|||
sbin/mailstats
|
||||
sbin/makemap
|
||||
sbin/praliases
|
||||
share/examples/sendmail/mailer.conf
|
||||
share/misc/helpfile
|
||||
share/sendmail/README
|
||||
share/sendmail/cf/Build
|
||||
|
@ -189,3 +189,4 @@ share/sendmail/siteconfig/uucp.ucbvax.m4
|
|||
@dirrm share/sendmail/domain
|
||||
@unexec ${RM} -rf %D/share/sendmail/cf
|
||||
@dirrm share/sendmail
|
||||
@dirrm share/examples/sendmail
|
||||
|
|
Loading…
Reference in a new issue