From owner-cvs-src-old@FreeBSD.ORG Fri Sep 24 19:54:18 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 80F7E10656A3 for ; Fri, 24 Sep 2010 19:54:18 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8A88FC1E for ; Fri, 24 Sep 2010 19:54:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8OJsIcv076559 for ; Fri, 24 Sep 2010 19:54:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8OJsIEX076558 for cvs-src-old@freebsd.org; Fri, 24 Sep 2010 19:54:18 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201009241954.o8OJsIEX076558@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 24 Sep 2010 19:53:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d Makefile gptboot 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: Fri, 24 Sep 2010 19:54:18 -0000 pjd 2010-09-24 19:53:55 UTC FreeBSD src repository Modified files: etc/rc.d Makefile Added files: etc/rc.d gptboot Log: SVN rev 213137 on 2010-09-24 19:53:55Z by pjd Add gptboot script that is responsible for: - looking for partition with 'bootonce' attribute alone (without 'bootme' attribute), removing it and logging that we successfully booted from this partition. - looking for partitions with 'bootfailed' attribute, removing it and logging that we failed to boot from this partition. Reviewed by: arch (Message-ID: <20100917234542.GE1902@garage.freebsd.pl>) Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com MFC after: 2 weeks Revision Changes Path 1.106 +1 -1 src/etc/rc.d/Makefile 1.1 +76 -0 src/etc/rc.d/gptboot (new)