From owner-cvs-all Thu Nov 2 11:24:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 304FC37B4CF; Thu, 2 Nov 2000 11:24:38 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA05136; Thu, 2 Nov 2000 11:24:38 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011021924.LAA05136@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 2 Nov 2000 11:24:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.shutdown X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/02 11:24:37 PST Modified files: (Branch: RELENG_4) etc rc.shutdown Log: Fix problems in rev 1.4.2.1: * There's a reason dougb's new style for rc* involves quoting shell variables -- failure to do so can cause problems. * In this case, leaving oldscripts unquoted caused it to fail in the case where oldscripts contained the names of multiple scripts, space-delimited. * Since I'm dicking with these lines anyway, may as well fix line overflow. Revision Changes Path 1.4.2.4 +4 -3 src/etc/rc.shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message