From owner-freebsd-bugs Thu Aug 10 4:20: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CCA837BD78 for ; Thu, 10 Aug 2000 04:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA98716; Thu, 10 Aug 2000 04:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 10 Aug 2000 04:20:04 -0700 (PDT) Message-Id: <200008101120.EAA98716@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: kern/10642: exports(5) mentions KERBNFS but that's not in LINT Reply-To: Johan Karlsson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10642; it has been noted by GNATS. From: Johan Karlsson To: Doug Rabson Cc: freebsd-gnats-submit@FreeBSD.org, seggers@semyam.dinoco.de, dfr@FreeBSD.org Subject: Re: kern/10642: exports(5) mentions KERBNFS but that's not in LINT Date: Thu, 10 Aug 2000 13:20:53 +0200 At Thu, 10 Aug 2000 09:24:57 BST, Doug Rabson wrote: > On Wed, 9 Aug 2000, Johan Karlsson wrote: > > ==== src/sys/nfs/nfs_socket.c === > > 1297: #ifdef NFSKERB > > 1298: XXX > > 1299: #endif > > > > Using this option would make the kernel not compile. > > > > If not I think it should be removed along with the reference > > in exports(5). > > That is a marker to point out code which was removed to allow the code in > question to be exported. It shouldn't be removed (unless all of the > NFSKERB code is being removed) since it needs to be replaced with an > appropriate call to an encryption routine. > Ok, thanks for the explanation. What do you think about removing the reference in exports(5) or at least adding something like "Using this option will make the kernel not compile, if one do not also take care of adding calls to the appropriate kerberos encryption routins in the NFS source." /Johan K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message