ports/115424: update mail/p5-qpsmtpd fix a rcNG error

Zane C.B. vvelox at vvelox.net
Sat Aug 11 17:30:01 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list