From owner-p4-projects@FreeBSD.ORG Sun Nov 23 12:16:05 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C8A0316A4D0; Sun, 23 Nov 2003 12:16:04 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A389E16A4CE for ; Sun, 23 Nov 2003 12:16:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F8C43FDD for ; Sun, 23 Nov 2003 12:16:04 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANKG3XJ019295 for ; Sun, 23 Nov 2003 12:16:03 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANKG315019292 for perforce@freebsd.org; Sun, 23 Nov 2003 12:16:03 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 23 Nov 2003 12:16:03 -0800 (PST) Message-Id: <200311232016.hANKG315019292@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 42974 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 20:16:05 -0000 http://perforce.freebsd.org/chv.cgi?CH=42974 Change 42974 by rwatson@rwatson_powerbook on 2003/11/23 12:15:46 No need to run make for mac.conf. Run extattrctl using sudo. Affected files ... .. //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#21 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#21 (text+ko) ==== @@ -288,12 +288,12 @@ insert the same directory in front of "/.attribute/system/sebsd" to store the attributes in that file system. - extattrctl initattr -p / 256 /.attribute/system/sebsd + sudo extattrctl initattr -p / 256 /.attribute/system/sebsd Step 17: Install mac.conf cd etc - make ; sudo make install + sudo make install cd .. Step 18: Reboot