pre-release pokes
This commit is contained in:
parent
2fc9258ef1
commit
a46cecd544
7
TODO
7
TODO
@ -10,6 +10,13 @@ NATHack
|
|||||||
- lose the global variable and move it into the vtun struct. For
|
- lose the global variable and move it into the vtun struct. For
|
||||||
now. main.c:54, vtun.h:111
|
now. main.c:54, vtun.h:111
|
||||||
|
|
||||||
|
- generally clean up the cfg_file.y and main.c stuff.
|
||||||
|
|
||||||
|
2.6 compatibility
|
||||||
|
|
||||||
|
- has to remain.
|
||||||
|
|
||||||
|
- needs a cleanup too, so the redundant file isn't in there.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@name vtun-3.0.2
|
@name vtun-3.0.3
|
||||||
|
|
||||||
@owner root
|
@owner root
|
||||||
@group wheel
|
@group wheel
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
PKG="vtun"
|
PKG="vtun"
|
||||||
NAME="VTun - Virtual tunnels over TCP/IP"
|
NAME="VTun - Virtual tunnels over TCP/IP"
|
||||||
VERSION="3.0.2"
|
VERSION="3.0.3"
|
||||||
ARCH="i386"
|
ARCH="i386"
|
||||||
VENDOR="Bishop Clark"
|
VENDOR="Bishop Clark"
|
||||||
EMAIL="bishop@platypus.bc.ca"
|
EMAIL="bishop@platypus.bc.ca"
|
||||||
CATEGORY="system"
|
CATEGORY="system"
|
||||||
CLASSES="none"
|
CLASSES="none"
|
||||||
PSTAMP="20080107"
|
PSTAMP="20120708"
|
||||||
BASEDIR="/usr/local/"
|
BASEDIR="/usr/local/"
|
||||||
|
Loading…
Reference in New Issue
Block a user