Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2007 12:51:10 -0400
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/115424: update mail/p5-qpsmtpd    fix a rcNG error
Message-ID:  <1186851070.61640@vixen42.vulpes>
Resent-Message-ID: <200708111730.l7BHU1nm016272@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115424
>Category:       ports
>Synopsis:       update mail/p5-qpsmtpd    fix a rcNG error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 17:30:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #0: Tue Jun 19 20:24:30 EDT 2007
    root@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42-2



>Description:


I am 99% sure it worked when I wrote it, but I know it is definitely broken. This bumps the PORTREVISON and fixes the issue with the rcNG script.... the lack of a load_rc_config line.


>How-To-Repeat:


1: apply patch
2:
3: <insert something pointless>
4: enjoy


>Fix:


--- mail_p5-qpsmtpd_files_qpsmtpd.sh.in.diff begins here ---
--- mail/p5-qpsmtpd/files/qpsmtpd.sh.in.orig	Fri Aug 10 22:13:47 2007
+++ mail/p5-qpsmtpd/files/qpsmtpd.sh.in	Fri Aug 10 22:13:58 2007
@@ -17,6 +17,8 @@
 name="qpsmtpd"
 rcvar=`set_rcvar`
 
+load_rc_config $name
+
 command="%%PREFIX%%/bin/qpsmtpd-forkserver"
 pidfile="/var/run/qpsmtpd/qpsmtpd.pid"
 
--- mail_p5-qpsmtpd_files_qpsmtpd.sh.in.diff ends here ---

--- mail_p5-qpsmtpd_Makefile.diff begins here ---
--- mail/p5-qpsmtpd/Makefile.orig	Sat Aug 11 12:43:22 2007
+++ mail/p5-qpsmtpd/Makefile	Sat Aug 11 12:43:26 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	qpsmtpd
 PORTVERSION=	0.40
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://smtpd.develooper.com/files/
 PKGNAMEPREFIX=	p5-
--- mail_p5-qpsmtpd_Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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