Date: Fri, 19 Feb 1999 07:40:01 -0800 (PST) From: Tom Hukins <tom@eborcom.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/9865: Update port: leafnode+ Message-ID: <199902191540.HAA44358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9865; it has been noted by GNATS. From: Tom Hukins <tom@eborcom.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/9865: Update port: leafnode+ Date: Fri, 19 Feb 1999 15:32:11 +0000 On Mon, Feb 01, 1999 at 09:07:05PM -0000, I wrote: > > The patch below upgrades news/leafnode+. I am the port's maintainer. Unfortunately, I have reports that Leafnode+ does not work with FreeBSD-3.x. :( There is a bug in 3.x (misc/10148) regarding updating atime. Until that bug is fixed, the patch below should be included in the patches directory of the port. This will enable Leafnode+ to run properly on 3.x systems with the bug mentioned in misc/10148. Thanks to Michael V. Harding for diagnosing and fixing this problem. Regards, Tom --- nntpd.c.orig Sun Jan 31 19:17:52 1999 +++ nntpd.c Fri Feb 19 15:25:29 1999 @@ -349,6 +349,7 @@ } else { /* Otherwise, create it */ if ((f = open(s, O_WRONLY|O_CREAT|O_TRUNC, 0644)) >= 0) + write(f,"*",1); close(f); } justaftergroup = FALSE; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902191540.HAA44358>