diff options
author | zi <zi@FreeBSD.org> | 2012-05-27 23:27:15 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-05-27 23:27:15 +0800 |
commit | 8ec6cfa23cc195711804f782ad7b429de5d8a6db (patch) | |
tree | 0b738fd352a7854871ea5f64ba35760e17d4c810 /sysutils/Makefile | |
parent | 56845096cfc49c6059a007a2638f2957e2a0bce9 (diff) | |
download | freebsd-ports-gnome-8ec6cfa23cc195711804f782ad7b429de5d8a6db.tar.gz freebsd-ports-gnome-8ec6cfa23cc195711804f782ad7b429de5d8a6db.tar.zst freebsd-ports-gnome-8ec6cfa23cc195711804f782ad7b429de5d8a6db.zip |
New port: sysutils/vpnc-scripts
A collection of scripts that do route modification and other changes to
a system after establishing a VPN connection to a remote network.
These are typically used with openconnect or Cisco's VPN client.
WWW: http://git.infradead.org/users/dwmw2/vpnc-scripts.git
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 51cde1241de5..ddb56e38ba2f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -960,6 +960,7 @@ SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog + SUBDIR += vpnc-scripts SUBDIR += vstrip SUBDIR += vttest SUBDIR += wait_on |