From d97fcd46032f74bc88f2046d9bc03c146fde714f Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 24 Nov 2010 15:25:17 +0000 Subject: Add gptboot_enable rc variable, which allows to turn gptboot reporting off in case user wants to implement his own actions and doesn't want the attributes to vanish. Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com MFC after: 3 days --- etc/rc.d/gptboot | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.d') diff --git a/etc/rc.d/gptboot b/etc/rc.d/gptboot index ace94b8..abfcaa1 100755 --- a/etc/rc.d/gptboot +++ b/etc/rc.d/gptboot @@ -34,6 +34,7 @@ . /etc/rc.subr name="gptboot" +rcvar=`set_rcvar` start_cmd="gptboot_report" gptboot_report() -- cgit v1.1