mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix. Submitted by: Mike Harding
This commit is contained in:
parent
6288beb462
commit
67acef5251
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66163
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= poptop
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= poptop
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user