From owner-cvs-all Fri Oct 25 16: 3:46 2002 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 E740037B41D; Fri, 25 Oct 2002 16:03:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3C743E75; Fri, 25 Oct 2002 16:03:45 -0700 (PDT) (envelope-from fenner@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 g9PN2smV038071; Fri, 25 Oct 2002 16:02:54 -0700 (PDT) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9PN2s56038070; Fri, 25 Oct 2002 16:02:54 -0700 (PDT) Message-Id: <200210252302.g9PN2s56038070@repoman.freebsd.org> From: Bill Fenner Date: Fri, 25 Oct 2002 16:02:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d sysctl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/10/25 16:02:54 PDT Modified files: etc/rc.d sysctl Log: Fix two typos. Using "-eq" instead of "=" in a [ caused an error when an entry in /etc/sysctl.conf didn't exist. Fixing this exposed a minor typo "exits" vs. "exist". However, there doesn't appear to be any provision to run this with the "lastload" argument, meaning that the error will never appear. Revision Changes Path 1.11 +2 -2 src/etc/rc.d/sysctl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message