From owner-cvs-src-old@FreeBSD.ORG Thu Apr 1 02:03:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD88B1065676 for ; Thu, 1 Apr 2010 02:03:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBD128FC12 for ; Thu, 1 Apr 2010 02:03:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3123f3M062210 for ; Thu, 1 Apr 2010 02:03:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3123fpq062209 for cvs-src-old@freebsd.org; Thu, 1 Apr 2010 02:03:41 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201004010203.o3123fpq062209@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 1 Apr 2010 02:03:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 02:03:41 -0000 imp 2010-04-01 02:03:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) tools/tools/nanobsd nanobsd.sh Log: SVN rev 206030 on 2010-04-01 02:03:28Z by imp MFC: r197542: - When we run our trap cleanup handler, echo that we are running this handler to make it more clear why we are 'suddenly' running df, umount, and mdconfig. - Remove trap handler again after we have unconfigured the memory device etc. Before we could end up running the trap handler if a later stage failed, which was a bit confusing and not really useful. MFC after: 2 weeks Revision Changes Path 1.51.2.2 +4 -1 src/tools/tools/nanobsd/nanobsd.sh