From owner-cvs-src@FreeBSD.ORG Thu Aug 30 00:45:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A795516A420; Thu, 30 Aug 2007 00:45:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2D42013C46B; Thu, 30 Aug 2007 00:45:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l7U09clo022441; Wed, 29 Aug 2007 20:09:38 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Warner Losh Date: Wed, 29 Aug 2007 20:09:33 -0400 User-Agent: KMail/1.6.2 References: <200708292108.l7TL8EMk023389@repoman.freebsd.org> In-Reply-To: <200708292108.l7TL8EMk023389@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200708292009.35386.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/4107/Wed Aug 29 12:16:42 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 zyd.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 00:45:42 -0000 On Wednesday 29 August 2007 05:08 pm, Warner Losh wrote: > imp 2007-08-29 21:08:14 UTC > > FreeBSD src repository > > Added files: > share/man/man4 zyd.4 > Log: > Bring in the man page for zyd, ported from NetBSD, complete with > bogus Bill Paul copyright. Not sure what the right copyright is, > but this file has been through 22 reversions on OpenBSD and 1 on > NetBSD. This isn't (yet) connected to the build, just in case I've > done something wrong (test builds worked, but better safe than > sorry). According to OpenBSD CVS logs, zyd(4) was based on atu(4) and atu(4) was based on wi(4) in turn. Originally wi(4) was written by Bill Paul for FreeBSD and then it was ported to OpenBSD. So, the copyright is still valid for the manual page. Welcome back home! ;-) Jung-uk Kim