diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2002-09-11 18:54:18 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2002-09-11 18:54:18 +0000 |
commit | 67acef52517a76322ec8506701c8e76366953172 (patch) | |
tree | caf8ec3477382947341ecd4d2f9941aae91e1374 /net/poptop/files/patch-aa | |
parent | - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into (diff) |
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix.
Submitted by: Mike Harding
Notes
Notes:
svn path=/head/; revision=66163
Diffstat (limited to 'net/poptop/files/patch-aa')
-rw-r--r-- | net/poptop/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/poptop/files/patch-aa b/net/poptop/files/patch-aa index adf68bc67653..cec44ad6f0c8 100644 --- a/net/poptop/files/patch-aa +++ b/net/poptop/files/patch-aa @@ -5,7 +5,7 @@ #define PPP_SPEED_DEFAULT "115200" +#ifdef __FreeBSD__ -+#define PPTPD_CONFIG_FILE_DEFAULT ETCDIR "pptpd.conf" ++#define PPTPD_CONFIG_FILE_DEFAULT ETCDIR "/pptpd.conf" +#else #if EMBED #define PPTPD_CONFIG_FILE_DEFAULT "/etc/config/pptpd.conf" |