From owner-cvs-src Tue Feb 11 19:56:49 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39A037B401; Tue, 11 Feb 2003 19:56:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FEE43FA3; Tue, 11 Feb 2003 19:56:47 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1C3ulbv097511; Tue, 11 Feb 2003 19:56:47 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1C3ulfY097510; Tue, 11 Feb 2003 19:56:47 -0800 (PST) Message-Id: <200302120356.h1C3ulfY097510@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 11 Feb 2003 19:56:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2003/02/11 19:56:47 PST Modified files: (Branch: RELENG_4) etc/defaults rc.conf Log: MFC: /etc/rc.network isn't built to handle a value of "DEFAULT" (nor should it be). Using that string leads rc.network to execute: # sysctl -w vfs.nfs.bufpackets=DEFAULT vfs.nfs.bufpackets: 4 -> 0 Which isn't what was intended. Revision Changes Path 1.168 +1 -1 src/etc/defaults/rc.conf Revision Changes Path 1.53.2.62 +1 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message