ports/126644: net/gateway6: fix typo

[ Available lists | Index of freebsd-ports-bugs | Month of Aug 2008 | Week of 19 Aug 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dima Panov <fluffy@fluffy.khv.ru>
Date
19 Aug 2008 01:30:04
Subject
ports/126644: net/gateway6: fix typo
Message-ID
1219109060.57841@Fluffy.Khv.RU


[ Hide this part ]
 
>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:


Elapsed time: 0.101 seconds