Date: Thu, 2 Nov 2000 11:24:37 -0800 (PST) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.shutdown Message-ID: <200011021924.LAA05136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011021924.LAA05136>