diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-31 02:17:37 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-31 02:17:37 +0000 |
commit | 8fb67c9a73b2ce4cad85e34d9b40efb8c09f91a6 (patch) | |
tree | 2f404f4e977fdbbf5d5803cb2bc1b5ecc7dd0abf /security/vpnd/files/patch-globals.c | |
parent | Add mod_proxy_add_forward 20010201, an apache module that adds a (diff) |
Add vpnd 1.1.0, a VPN daemon offering transparent blowfish encryption
between networks.
PR: 26067
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=40620
Diffstat (limited to 'security/vpnd/files/patch-globals.c')
-rw-r--r-- | security/vpnd/files/patch-globals.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/vpnd/files/patch-globals.c b/security/vpnd/files/patch-globals.c new file mode 100644 index 000000000000..f387dd26e08d --- /dev/null +++ b/security/vpnd/files/patch-globals.c @@ -0,0 +1,14 @@ +--- globals.c.old Sun Mar 25 01:19:51 2001 ++++ globals.c Sun Mar 25 01:20:58 2001 +@@ -69,9 +69,9 @@ + anchor->pty=anchor->tty=anchor->peer=anchor->server=anchor->ping= + anchor->serial=anchor->lock=-1; + anchor->speed=B115200; +- anchor->conffile="/etc/vpnd.conf"; ++ anchor->conffile=ETC_DIR "/vpnd.conf"; + anchor->randomdev="/dev/random"; +- anchor->keyfile="/etc/vpnd.key"; ++ anchor->keyfile=ETC_DIR "/vpnd.key"; + anchor->lkeyfile="vpnd.lcl.key"; + anchor->rkeyfile="vpnd.rmt.key"; + anchor->cipher=BLOWFISH; |