From owner-cvs-all@FreeBSD.ORG Wed Mar 24 03:41:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E23FC16A4CE; Wed, 24 Mar 2004 03:41:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC21F43D2F; Wed, 24 Mar 2004 03:41:56 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2OBfuGe037379; Wed, 24 Mar 2004 03:41:56 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2OBfua0037375; Wed, 24 Mar 2004 03:41:56 -0800 (PST) (envelope-from luigi) Message-Id: <200403241141.i2OBfua0037375@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 24 Mar 2004 03:41:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc rc.diskless1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 11:41:57 -0000 luigi 2004/03/24 03:41:56 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc rc.diskless1 Log: Insert the directories passed with the T134 bootp cookie (kern.bootp_cookie) in the list of paths used for diskless templates. When foo.cpio.gz archives are present, do not copy the content from a foo/ directory even if present. This restores the previous behaviour, and is also important from the point of view of efficiency (saving many RPCs to copy the individual files), which was the whole point for introducing the cpio archive. (these files are not anymore in -current but equivalent functionality will be implemented there, and the maintainer has been already informed). Revision Changes Path 1.5.2.14 +12 -4 src/etc/rc.diskless1