Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-10 | Handle ifconfig aliases better. | hubertf | 1 | -1/+1 | |
Patch contributed by Ed Gould <ed@left.wing.org> in PR pkg/18999 | |||||
2002-09-25 | it's -> its | wiz | 1 | -2/+2 | |
2002-09-25 | Drop trailing space. | wiz | 1 | -3/+3 | |
2002-09-19 | tweak | hubertf | 1 | -2/+2 | |
2002-09-19 | Update 6to4 to 1.3. Change: | hubertf | 5 | -52/+121 | |
- adapt for NetBSD 1.6 and later which needs an "ifconfig stf0 create" (also needed on FreeBSD). Patch contributed by Kimura Fuyuki <fuyuki@hadaly.org> in private mail. | |||||
2001-12-03 | Miscellaneous man page fixes. | wiz | 1 | -21/+26 | |
2001-11-22 | Update 6to4 to 1.2: allow using anycast service as defined in RFC 3068. | hubertf | 4 | -11/+22 | |
Code contributed by Keith Moore <moore@cs.utk.edu> in PR 14647. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-09-09 | Standardize format. | wiz | 1 | -0/+5 | |
2001-04-09 | Add this pkg to README-IPv6.html | hubertf | 1 | -1/+2 | |
2001-03-04 | unbreak this pkg - 1.1 won't run (this is a pkgsrc problem, else I'd | hubertf | 2 | -6/+2 | |
bump the version) | |||||
2001-03-01 | Mechanical changes to use ${PKG_PREFIX} instead of substituting for | jlam | 2 | -8/+4 | |
@PREFIX@ in DEINSTALL/INSTALL scripts. | |||||
2001-02-23 | remove debug code to work with LOCALBASE!=/usr/pkg | hubertf | 1 | -2/+6 | |
Pointed out by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at> | |||||
2001-02-19 | Fix typo, reported by Tomasz Luchowski <zuntum@eik.pl> in private mail. | hubertf | 2 | -4/+4 | |
2001-02-18 | sync comment with reality | itojun | 1 | -1/+0 | |
2001-02-18 | need to set sysctl BEFORE starting rtadvd. | itojun | 1 | -1/+1 | |
2001-02-18 | Update to 6to4-1.1: | hubertf | 4 | -32/+73 | |
* 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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-11 | Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling. | hubertf | 10 | -0/+616 | |
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 |