Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2005 10:42:44 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81467: [MAINTAINER] mail/qmail: Fix pkg-install
Message-ID:  <200505251342.j4PDgip8089790@data.galle.com.br>
Resent-Message-ID: <200505251350.j4PDo1SN092931@freefall.freebsd.org>

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

>Number:         81467
>Category:       ports
>Synopsis:       [MAINTAINER] mail/qmail: Fix pkg-install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 25 13:50:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue May 10 09:20:42 BRST 2005
>Description:
- Fix pkg-install, just remove "", it was creating wrong file on /var/qmail/alias

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- qmail-1.03_4.patch begins here ---
Index: files/pkg-install.in
===================================================================
RCS file: /home/ncvs/ports/mail/qmail/files/pkg-install.in,v
retrieving revision 1.1
diff -u -r1.1 pkg-install.in
--- files/pkg-install.in	17 May 2005 09:14:30 -0000	1.1
+++ files/pkg-install.in	25 May 2005 13:41:57 -0000
@@ -98,7 +98,7 @@
 
 	%%RCDLINK%%ln -s ${PKG_PREFIX}/rc %%LOCALBASE%%/etc/rc.d/qmail.sh;
 
-	touch "${PKG_PREFIX}/alias/.qmail-{postmaster,root,mailer-daemon}";
+	touch ${PKG_PREFIX}/alias/.qmail-{postmaster,root,mailer-daemon};
 
 	if ($status) then
 		echo "Failed to create files :";
--- qmail-1.03_4.patch ends here ---

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



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