Date: Fri, 22 Nov 2002 16:40:51 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/l2tpd Makefile pkg-plist ports/net/l2tpd/files patch-doc::l2tp-secrets.5 patch-doc::l2tpd.8 patch-doc::l2tpd.conf.5 patch-file.h patch-l2tp.h patch-l2tpd.c Message-ID: <200211230040.gAN0ep6M098589@repoman.freebsd.org>
index | next in thread | raw e-mail
sobomax 2002/11/22 16:40:51 PST
Modified files:
net/l2tpd Makefile pkg-plist
net/l2tpd/files patch-doc::l2tp-secrets.5
patch-doc::l2tpd.8
patch-doc::l2tpd.conf.5 patch-file.h
patch-l2tp.h patch-l2tpd.c
Log:
- 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
Revision Changes Path
1.3 +3 -3 ports/net/l2tpd/Makefile
1.2 +2 -2 ports/net/l2tpd/files/patch-doc::l2tp-secrets.5
1.2 +4 -4 ports/net/l2tpd/files/patch-doc::l2tpd.8
1.2 +3 -3 ports/net/l2tpd/files/patch-doc::l2tpd.conf.5
1.3 +3 -3 ports/net/l2tpd/files/patch-file.h
1.2 +12 -7 ports/net/l2tpd/files/patch-l2tp.h
1.2 +58 -3 ports/net/l2tpd/files/patch-l2tpd.c
1.2 +3 -3 ports/net/l2tpd/pkg-plist
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211230040.gAN0ep6M098589>
