1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +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:
Nick Sayer 2002-09-11 18:54:18 +00:00
parent 6288beb462
commit 67acef5251
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66163
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= poptop
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= poptop

View File

@ -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"