diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-23 13:21:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-23 13:21:53 +0000 |
commit | b0506b02a8947f799d146b082a743e0b0794c5ea (patch) | |
tree | 3b79fced2a641fb08067d88534f8eae38a4fcabc /net/l2tpd/files/patch-file.h | |
parent | Add Darwin Streaming Server(4.1.1), a server which send streaming (diff) |
Add l2tpd 0.64, an implementation of the layer two tunneling protocol.
Requested & beersponsored by: Yuri Babushkin <piton@united.net.ua>
Diffstat (limited to 'net/l2tpd/files/patch-file.h')
-rw-r--r-- | net/l2tpd/files/patch-file.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-file.h b/net/l2tpd/files/patch-file.h new file mode 100644 index 000000000000..0bd349f81fee --- /dev/null +++ b/net/l2tpd/files/patch-file.h @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- file.h.orig Fri Jan 11 17:54:44 2002 ++++ file.h Tue Oct 22 12:41:18 2002 +@@ -45,8 +45,8 @@ + #define SENSE_ALLOW -1 + #define SENSE_DENY 0 + +-#define DEFAULT_AUTH_FILE "/etc/l2tp/l2tp-secrets" +-#define CONFIG_FILE "/etc/l2tp/l2tpd.conf" ++#define DEFAULT_AUTH_FILE (PREFIX "/etc/l2tpd/l2tp-secrets") ++#define CONFIG_FILE (PREFIX "/etc/l2tpd/l2tpd.conf") + + /* Definition of an LNS */ + struct lns { |