Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2008 12:24:20 +1100
From:      "Dima Panov" <fluffy@fluffy.khv.ru>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/126644: net/gateway6: fix typo
Message-ID:  <1219109060.57841@Fluffy.Khv.RU>
Resent-Message-ID: <200808190130.m7J1U3Cx066366@freefall.freebsd.org>

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

>Number:         126644
>Category:       ports
>Synopsis:       net/gateway6: fix typo
>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:   Tue Aug 19 01:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800043-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-800043-CURRENT #0: Sat Aug 16 19:27:03 VLAST 2008
    root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


net/gatweay6/Makefile has a typo, which leads to rewtite config at portupgrade


>How-To-Repeat:





>Fix:


--- net::gateway6.diff begins here ---
Index: net/gateway6/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/gateway6/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- net/gateway6/Makefile	6 Oct 2007 11:34:27 -0000	1.3
+++ net/gateway6/Makefile	16 Aug 2008 08:13:47 -0000
@@ -49,7 +49,7 @@
 .endfor
 
 post-install:
-	@if [ ! -f ${PREFIX}/etc/orbit.conf ]; then \
+	@if [ ! -f ${PREFIX}/etc/gw6c.conf ]; then \
 		${CP} -p ${PREFIX}/etc/gw6c.conf.sample ${PREFIX}/etc/gw6c.conf ; \
 	fi
 	@${CAT} ${PKGMESSAGE}
--- net::gateway6.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?1219109060.57841>