summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-08-30 00:54:11 +0000
committerben <ben@pkgsrc.org>2006-08-30 00:54:11 +0000
commit0d73d74d6bfe839ca6d3747952180cef45b0275e (patch)
tree98d89cecb544ef3b489b414d0412ae261ee812f0 /doc
parent517be645a2ed05755379d477e266f98b7f153a74 (diff)
downloadpkgsrc-0d73d74d6bfe839ca6d3747952180cef45b0275e.tar.gz
Make note that ufsdiskimage mounts asynchronous, which may be undesirableh.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/platforms.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index 296cc7eefbd..3e8a8a60ca8 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.33 2006/08/29 00:29:52 ben Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.34 2006/08/30 00:54:11 ben Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -285,11 +285,11 @@ file and inspect the contents before extracting it.
&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.</para>
+ <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).</para>
</note>
- <para>Allow suid:</para>
- <screen>&rprompt; <userinput>sudo mount -u -o suid /Volumes/NetBSD</userinput></screen>
+ <para>Allow suid and synchronous writes:</para>
+ <screen>&rprompt; <userinput>sudo mount -u -o suid,sync /Volumes/NetBSD</userinput></screen>
</sect3>
<sect3 id="platform.osx-ufs">