Date: Thu, 01 Feb 2001 13:33:24 -0400 From: "Jeroen C. van Gelderen" <jeroen@vangelderen.org> To: FreeBSD Stable <freebsd-stable@FreeBSD.ORG> Subject: Fix for find(1) warning in /etc/rc Message-ID: <3A799DE4.8CDA19B9@vangelderen.org>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------29A142C8BA9E2F8415D246AB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I hope this is the correct mailing list to ask. Redirects appreciated... It seems that our current rc script unconditionally tries to find(1) /var/tmp/vi.recover on bootup. If no such directory exists, one gets a nice warning in the bootup sequence. I've produced a little patch to check for the existence of vi.recover before doing the find. It can be found in PR 24515: http://www.freebsd.org/cgi/query-pr.cgi?pr=24515 . Would someone be willing to commit this? Cheers, Jeroen -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ --------------29A142C8BA9E2F8415D246AB Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: from cypherpunks.ai ([209.88.68.47]) by wit387304.student.utwente.nl with esmtp (Exim 2.05 #1) id 14KTwW-0001EE-00 for gelderen@wit387304.student.utwente.nl; Mon, 22 Jan 2001 00:30:40 +0100 Received: from pyyl.pair.com (pyyl.pair.com [209.68.1.203]) by cypherpunks.ai (Postfix) with SMTP id BB2B14C for <jeroen@vangelderen.org>; Sun, 21 Jan 2001 19:30:05 -0400 (AST) Received: (qmail 89034 invoked by uid 3194); 21 Jan 2001 23:30:05 -0000 Delivered-To: iang-systemics:com-jeroen@systemics.com X-Envelope-To: jeroen@systemics.com Received: (qmail 89027 invoked from network); 21 Jan 2001 23:30:05 -0000 Received: from mx1.freebsd.org (216.136.204.125) by pyyl.pair.com with SMTP; 21 Jan 2001 23:30:05 -0000 Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED6E6E2B48 for <jeroen@systemics.com>; Sun, 21 Jan 2001 15:30:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BF6E37B400 for <jeroen@systemics.com>; Sun, 21 Jan 2001 15:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LNU1722852; Sun, 21 Jan 2001 15:30:01 -0800 (PST) (envelope-from gnats) Date: Sun, 21 Jan 2001 15:30:01 -0800 (PST) Message-Id: <200101212330.f0LNU1722852@freefall.freebsd.org> To: jeroen@systemics.com From: gnats-admin@FreeBSD.org Subject: Re: conf/24515: Fix for find(1) warning in /etc/rc Reply-To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org In-Reply-To: Your message of Sun, 21 Jan 2001 19:28:25 -0400 (AST) <200101212328.f0LNSP400470@grolsch.ai> Sender: gnats@FreeBSD.org Thank you very much for your problem report. It has the internal identification `conf/24515'. The individual assigned to look at your report is: freebsd-bugs. You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=24515 >Category: conf >Responsible: freebsd-bugs >Synopsis: Fix for find(1) warning in /etc/rc >Arrival-Date: Sun Jan 21 15:30:01 PST 2001 --------------29A142C8BA9E2F8415D246AB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A799DE4.8CDA19B9>