diff options
-rw-r--r-- | doc/CHANGES-2010 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index d0061ff491a..8f6212d6136 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.2450 2010/07/14 03:58:36 seb Exp $ +$NetBSD: CHANGES-2010,v 1.2451 2010/07/14 04:56:04 manu Exp $ Changes to the packages collection and infrastructure in 2010: @@ -3275,3 +3275,4 @@ Changes to the packages collection and infrastructure in 2010: Updated www/p5-HTML-Parser to 3.66 [seb 2010-07-14] Updated textproc/p5-YAML-Tiny to 1.43 [seb 2010-07-14] Updated devel/p5-Data-Dump-Streamer to 2.22 [seb 2010-07-14] + Added openvpn-acct-wtmpx version 20091110 [manu 2010-07-14] diff --git a/net/Makefile b/net/Makefile index d5e544e4921..9084da321e6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.836 2010/07/09 19:37:11 asau Exp $ +# $NetBSD: Makefile,v 1.837 2010/07/14 04:56:04 manu Exp $ # COMMENT= Networking tools @@ -322,6 +322,7 @@ SUBDIR+= openresolv SUBDIR+= openslp SUBDIR+= openvmps SUBDIR+= openvpn +SUBDIR+= openvpn-acct-wtmpx SUBDIR+= openwbem SUBDIR+= ortp SUBDIR+= overnet |