diff options
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 { |