Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 14:03:25 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322395 - in head/mail/postgrey: . files
Message-ID:  <201307061403.r66E3P86084313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Jul  6 14:03:24 2013
New Revision: 322395
URL: http://svnweb.freebsd.org/changeset/ports/322395

Log:
  Add back rcvar assignment in startup script.
  
  PR:		ports/180182
  Submitted by:	Doug Barton <dougb@dougbarton.us>
  Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)

Modified:
  head/mail/postgrey/Makefile
  head/mail/postgrey/files/postgrey.in

Modified: head/mail/postgrey/Makefile
==============================================================================
--- head/mail/postgrey/Makefile	Sat Jul  6 13:29:54 2013	(r322394)
+++ head/mail/postgrey/Makefile	Sat Jul  6 14:03:24 2013	(r322395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postgrey
 PORTVERSION=	1.34
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
 		http://postgrey.schweikert.ch/pub/old/

Modified: head/mail/postgrey/files/postgrey.in
==============================================================================
--- head/mail/postgrey/files/postgrey.in	Sat Jul  6 13:29:54 2013	(r322394)
+++ head/mail/postgrey/files/postgrey.in	Sat Jul  6 14:03:24 2013	(r322395)
@@ -1,12 +1,12 @@
 #!/bin/sh
+
 # $FreeBSD$
 #
-
 # PROVIDE: postgrey
 # REQUIRE: LOGIN
 # BEFORE: mail
 # KEYWORD: shutdown
-
+#
 # Add the following lines to /etc/rc.conf to enable postgrey:
 #
 # postgrey_enable (bool)        Set to 'YES' to enable
@@ -25,6 +25,7 @@
 . /etc/rc.subr
 
 name=postgrey
+rcvar=postgrey_enable
 
 load_rc_config $name
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307061403.r66E3P86084313>