aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tpd/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-11-23 08:40:51 +0800
committersobomax <sobomax@FreeBSD.org>2002-11-23 08:40:51 +0800
commitbcdca39b525838b23864850073a7a8f34ff94f32 (patch)
treecb035f1fcad6aa8d62a76d694852ccb2b9b14a74 /net/l2tpd/Makefile
parent400d5c7fea1fa98696b01fa4aabaf585afe082b8 (diff)
downloadfreebsd-ports-gnome-bcdca39b525838b23864850073a7a8f34ff94f32.tar.gz
freebsd-ports-gnome-bcdca39b525838b23864850073a7a8f34ff94f32.tar.zst
freebsd-ports-gnome-bcdca39b525838b23864850073a7a8f34ff94f32.zip
- Update to 0.69;
- fix an incompatibility, which causes daemon to eat 100% CPU even when completely idle (ages old problem with select()'ing on FIFO without writers opened for reading in non-blocking mode); - replace incomplete and ugly daemonize code with native daemon(3). Sponsored by: United Networks of Ukraine
Diffstat (limited to 'net/l2tpd/Makefile')
-rw-r--r--net/l2tpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile
index 9c1e7c0724db..f87141eb65b6 100644
--- a/net/l2tpd/Makefile
+++ b/net/l2tpd/Makefile
@@ -29,8 +29,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/l2tpd.8 ${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/doc/l2tp-secrets.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/doc/l2tpd.conf.5 ${PREFIX}/man/man5
- ${MKDIR} ${PREFIX}/etc/l2tpd
- ${INSTALL_DATA} ${WRKSRC}/doc/l2tpd.conf.sample ${PREFIX}/etc/l2tpd
- ${INSTALL_DATA} ${WRKSRC}/doc/l2tp-secrets.sample ${PREFIX}/etc/l2tpd
+ ${MKDIR} ${PREFIX}/etc/l2tp
+ ${INSTALL_DATA} ${WRKSRC}/doc/l2tpd.conf.sample ${PREFIX}/etc/l2tp
+ ${INSTALL_DATA} ${WRKSRC}/doc/l2tp-secrets.sample ${PREFIX}/etc/l2tp
.include <bsd.port.mk>