pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files s/ufsdiskimage/darwindiskimage/g as th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b6e7f47b82
branches:  trunk
changeset: 518052:64b6e7f47b82
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Aug 30 04:30:53 2006 +0000

description:
s/ufsdiskimage/darwindiskimage/g as the script's been renamed.

diffstat:

 doc/guide/files/platforms.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 0b9e40b474f2 -r 64b6e7f47b82 doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml     Wed Aug 30 04:29:53 2006 +0000
+++ b/doc/guide/files/platforms.xml     Wed Aug 30 04:30:53 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.35 2006/08/30 04:18:57 jnemeth Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.36 2006/08/30 04:30:53 schmonz Exp $ -->
 
 <chapter id="platforms">
   <title>Using pkgsrc on systems other than &os;</title>
@@ -280,12 +280,12 @@
        <para>Create the disk image:</para>
 
        <screen>&rprompt; <userinput>cd pkgsrc/bootstrap</userinput>
-&rprompt; <userinput>./ufsdiskimage create ~/Documents/NetBSD 512</userinput> # megabytes - season to taste
-&rprompt; <userinput>./ufsdiskimage mount ~/Documents/NetBSD</userinput>
+&rprompt; <userinput>./darwindiskimage create ~/Documents/NetBSD 512</userinput> # megabytes - season to taste
+&rprompt; <userinput>./darwindiskimage mount ~/Documents/NetBSD</userinput>
 &rprompt; <userinput>sudo chown `id -u`:`id -g` /Volumes/NetBSD</userinput></screen>
 
        <note>
-         <para>ufsdiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid.  It will also mount the filesystem asynchronous, which is somewhat 
dangerous according to the mount(8) man page.</para>
+         <para>darwindiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid.  It will also mount the filesystem asynchronous, which is somewhat 
dangerous according to the mount(8) man page.</para>
        </note>
 
        <para>Allow suid and synchronous writes:</para>



Home | Main Index | Thread Index | Old Index