diff options
author | nsayer <nsayer@FreeBSD.org> | 2002-09-11 18:54:18 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2002-09-11 18:54:18 +0000 |
commit | dbc0097e6f1e2ba039259ad013c613e0da48e6f4 (patch) | |
tree | 35c4023f632a6105927cb10755ada0a9c12ec835 /net/poptop/files | |
parent | 3a5fac49092d2eee33b4a574ffbec9b9b2cc8843 (diff) | |
download | FreeBSD-ports-dbc0097e6f1e2ba039259ad013c613e0da48e6f4.zip FreeBSD-ports-dbc0097e6f1e2ba039259ad013c613e0da48e6f4.tar.gz |
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix.
Submitted by: Mike Harding
Diffstat (limited to 'net/poptop/files')
-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 adf68bc..cec44ad 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" |