pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/milter-greylist Add rcvar variable definition to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa93e710c2c0
branches:  trunk
changeset: 507963:aa93e710c2c0
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Feb 11 23:14:15 2006 +0000

description:
Add rcvar variable definition to rc.d script.

Bump PKGREVISION to 2.

Approved by maintainer.

diffstat:

 mail/milter-greylist/Makefile                 |  4 ++--
 mail/milter-greylist/files/milter-greylist.sh |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r d556bef4dc59 -r aa93e710c2c0 mail/milter-greylist/Makefile
--- a/mail/milter-greylist/Makefile     Sat Feb 11 21:44:16 2006 +0000
+++ b/mail/milter-greylist/Makefile     Sat Feb 11 23:14:15 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2006/02/05 23:09:56 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2006/02/11 23:14:15 seb Exp $
 
 DISTNAME=      milter-greylist-2.1.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.espci.fr/pub/milter-greylist/
 EXTRACT_SUFX=  .tgz
diff -r d556bef4dc59 -r aa93e710c2c0 mail/milter-greylist/files/milter-greylist.sh
--- a/mail/milter-greylist/files/milter-greylist.sh     Sat Feb 11 21:44:16 2006 +0000
+++ b/mail/milter-greylist/files/milter-greylist.sh     Sat Feb 11 23:14:15 2006 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: milter-greylist.sh,v 1.2 2004/04/12 14:07:16 tron Exp $
+# $NetBSD: milter-greylist.sh,v 1.3 2006/02/11 23:14:15 seb Exp $
 #
 
 # PROVIDE: milter-greylist
@@ -8,6 +8,7 @@
 # BEFORE:  mail
 
 name="miltergreylist"
+rcvar="miltergreylist"
 command="@PREFIX@/bin/milter-greylist"
 command_args="-p /var/milter-greylist/milter-greylist.sock -u smmsp"
 



Home | Main Index | Thread Index | Old Index