pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Make note that ufsdiskimage mounts asy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28a90b194d69
branches:  trunk
changeset: 518049:28a90b194d69
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed Aug 30 00:54:11 2006 +0000

description:
Make note that ufsdiskimage mounts asynchronous, which may be undesirableh.

diffstat:

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

diffs (24 lines):

diff -r 691b8a03ab93 -r 28a90b194d69 doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml     Wed Aug 30 00:21:07 2006 +0000
+++ b/doc/guide/files/platforms.xml     Wed Aug 30 00:54:11 2006 +0000
@@ -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 @@
 &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">



Home | Main Index | Thread Index | Old Index