Skip site navigation (1)Skip section navigation (2)
Date:      11 Jun 2000 02:23:24 -0000
From:      lioux@uol.com.br
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19188: Update port mail/qmail to output PREFIX safe pkg/MESSAGE
Message-ID:  <20000611022324.18105.qmail@Fedaykin.here>

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

>Number:         19188
>Category:       ports
>Synopsis:       Update port mail/qmail to output PREFIX safe pkg/MESSAGE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 10 19:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

FreeBSD Here.here 4.0-STABLE FreeBSD 4.0-STABLE #2: Fri Jun  9 13:22:10 EST 2000     lioux@Here.here:/usr/src/sys/compile/LIOUX  i386

>Description:

I just updated the SED statement below so that if the person
installing the port uses a different PREFIX, the MESSAGE
will look okay. It got misconfigured somewhere down the line. :)

I am the maintainer. 

>How-To-Repeat:

n/a

>Fix:

diff -ruN /usr/ports/mail/qmail/Makefile qmail/Makefile
--- /usr/ports/mail/qmail/Makefile	Tue May 30 01:18:52 2000
+++ qmail/Makefile	Sat Jun 10 23:20:11 2000
@@ -138,7 +138,7 @@
 	@${MKDIR} /usr/local/etc/rc.d
 	@${LN} -sf ${PREFIX}/rc /usr/local/etc/rc.d/qmail.sh
 	@${ECHO}
-	@${SED} s!/usr/local/!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
+	@${SED} s!/var/qmail!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
 
 # hack to allow slave ports to include bsd.port.pre.mk and then this file
 .if defined(_PREMKINCLUDED)

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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