Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2003 12:16:03 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42974 for review
Message-ID:  <200311232016.hANKG315019292@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311232016.hANKG315019292>