From owner-cvs-src@FreeBSD.ORG Thu Jul 24 11:17:22 2003 Return-Path: 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 7868337B404; Thu, 24 Jul 2003 11:17:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1538243F85; Thu, 24 Jul 2003 11:17:22 -0700 (PDT) (envelope-from mtm@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 h6OIHL0U031452; Thu, 24 Jul 2003 11:17:21 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6OIHLIP031451; Thu, 24 Jul 2003 11:17:21 -0700 (PDT) Message-Id: <200307241817.h6OIHLIP031451@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 24 Jul 2003 11:17:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jul 2003 18:17:22 -0000 mtm 2003/07/24 11:17:21 PDT FreeBSD src repository Modified files: etc rc.subr Log: Missing quotes around a variable. In this case we are only evaluating the $_precmd command as a string. We're not actually trying to evaluate the contents of the command. Reported by: Glenn Johnson Revision Changes Path 1.14 +1 -1 src/etc/rc.subr