1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/vpnd/files/patch-vpnd.c
Will Andrews 8fb67c9a73 Add vpnd 1.1.0, a VPN daemon offering transparent blowfish encryption
between networks.

PR:		26067
Submitted by:	Anders Nordby <anders@fix.no>
2001-03-31 02:17:37 +00:00

22 lines
913 B
C

--- vpnd.c.old Sun Mar 25 01:58:06 2001
+++ vpnd.c Sun Mar 25 03:02:26 2001
@@ -41,7 +41,8 @@
" vpnd -c <extended-master-key-file>\n" \
USAGE1 \
" -h prints this info\n" \
- " -m creates master key file (default is /etc/vpnd.key),\n" \
+ " -m creates master key file (default is " ETC_DIR \
+ "/vpnd.key),\n" \
" note that the file must not yet exist\n" \
" -x creates extended master key files named vpnd.lcl.key\n" \
" and vpnd.rmt.key in the given directory,\n" \
@@ -65,7 +66,7 @@
" -l allow dns lookups so host names can be used\n" \
" -n do not become daemon\n" \
" -t do modem init chat test\n" \
- " -f use configfile instead of /etc/vpnd.conf\n" \
+ " -f use configfile instead of " ETC_DIR "/vpnd.conf\n" \
COMPRESSINFO
/*