From owner-freebsd-ports Fri Feb 19 7:40:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57B9B1183D for ; Fri, 19 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA44358; Fri, 19 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 Feb 1999 07:40:01 -0800 (PST) Message-Id: <199902191540.HAA44358@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/9865: Update port: leafnode+ Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9865; it has been noted by GNATS. From: Tom Hukins 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