Commit graph

12 commits

Author SHA1 Message Date
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
7c91fbe0a2 Standardize format. 2001-09-09 15:23:53 +00:00
hubertf
1b8a7aea41 Add this pkg to README-IPv6.html 2001-04-09 00:15:34 +00:00
hubertf
912af0eecf unbreak this pkg - 1.1 won't run (this is a pkgsrc problem, else I'd
bump the version)
2001-03-04 02:53:27 +00:00
jlam
a4827ab056 Mechanical changes to use ${PKG_PREFIX} instead of substituting for
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-03-01 19:07:51 +00:00
hubertf
c9ff101472 remove debug code to work with LOCALBASE!=/usr/pkg
Pointed out by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at>
2001-02-23 15:13:02 +00:00
hubertf
27142a4792 Fix typo, reported by Tomasz Luchowski <zuntum@eik.pl> in private mail. 2001-02-19 02:23:48 +00:00
itojun
b225c945cf sync comment with reality 2001-02-18 15:42:47 +00:00
itojun
a1602b29a2 need to set sysctl BEFORE starting rtadvd. 2001-02-18 15:41:59 +00:00
hubertf
1b4f0cfac6 Update to 6to4-1.1:
* Don't create extra (tmp) rtadvd.conf, assume /etc/rtadvd.conf has
   no interface specs, and just that.
 * Don't suggest clients set an explicit (static) default route. This
   will happen automatically.
 * Update manpage and html page

Thanks to Itojun and some others for their inputs!
2001-02-18 15:32:18 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
hubertf
2c31f7bf0d Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling.
For easy IPv6 connectivity, do:
 * make install
 * cd /usr/pkg/etc
 * cp 6to4.conf-example 6to4.conf
 * in 6to4.conf, change "out_if" to match your outgoing interface:
   ppp0 if you're on a modem, else your ethernet card's interface.
 * 6to4 -v start
 * ping6 www.kame.net
2001-02-11 05:24:29 +00:00