From owner-cvs-user Fri Jun 28 19:34:46 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA26872 for cvs-user-outgoing; Fri, 28 Jun 1996 19:34:46 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA26854; Fri, 28 Jun 1996 19:34:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id TAA07168; Fri, 28 Jun 1996 19:34:23 -0700 (PDT) To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release Makefile src/release/sysinstall config.c dist.h menus.c package.c sysinstall.h In-reply-to: Your message of "Fri, 28 Jun 1996 19:22:54 PDT." <199606290222.TAA26020@freefall.freebsd.org> Date: Fri, 28 Jun 1996 19:34:23 -0700 Message-ID: <7166.836015663@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Branch: release RELENG_2_1_0 > Modified: release Makefile > release/sysinstall config.c dist.h menus.c package.c > sysinstall.h > Log: > Copy the documentation files up into the release area - I've been doing > this by hand all along. Silly. Whups! Looks like I brought in my sysinstall changes too, inadvertantly: Commit message for those is: 1. Add support for the Netcon Novell client/server package (don't ask, it'll all be clear in the announcement). 2. Add support for packages in locations other than packages/.. (related to the above). 3. Add compat21 distribution to the default USER dist. Jordan