Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 15:30:19 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        boris@tagnet.ru
Subject:   ports/111845: [PATCH] mail/tpop3d: install config files with right permissions
Message-ID:  <200704190530.l3J5UJEB021375@blg.akavia.ru>
Resent-Message-ID: <200704190540.l3J5e2Gl059444@freefall.freebsd.org>

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

>Number:         111845
>Category:       ports
>Synopsis:       [PATCH] mail/tpop3d: install config files with right permissions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 05:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

  Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/tpop3d/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	18 Apr 2007 06:08:10 -0000	1.27
+++ Makefile	19 Apr 2007 05:21:35 -0000
@@ -12,7 +12,7 @@
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
 MAINTAINER=	boris@tagnet.ru
-COMMENT=	Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
+COMMENT=	Virtual-domain capable POP3 server supporting MySQL, PgSQL etc auth
 
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
@@ -103,9 +103,9 @@
 		${WRKSRC}/tpop3d.conf.5 ${WRKSRC}/tpop3d.8
 
 post-install:
-	${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
+	${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
 	@if [ ! -f ${PREFIX}/etc/tpop3d.conf ]; then			\
-		${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist 		\
+		${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist 		\
 			${PREFIX}/etc/tpop3d.conf ;			\
 	fi
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



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