Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8389A84ECB for ; Mon, 25 Dec 2023 08:24:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DBa6GdmNDkrz for ; Mon, 25 Dec 2023 08:24:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14C2E84C13 for ; Mon, 25 Dec 2023 08:24:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D89EFA42; Mon, 25 Dec 2023 08:24:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 25 Dec 2023 08:24:59 +0000 From: "Robert Elz" Subject: CVS commit: src/etc/rc.d To: source-changes@NetBSD.org Approved: for-source-only Reply-To: kre@netbsd.org X-Mailer: log_accum Message-Id: <20231225082459.0D89EFA42@cvs.NetBSD.org> Module Name: src Committed By: kre Date: Mon Dec 25 08:24:58 UTC 2023 Modified Files: src/etc/rc.d: ipfs Log Message: Clean up obsolete test(1) usage, use sh && rather than test's old -a (and while here prefer sh's ! operator over test's - it simplifies things for test). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/rc.d/ipfs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.