summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorben <ben>2006-08-29 00:29:52 +0000
committerben <ben>2006-08-29 00:29:52 +0000
commit2aa5d734f0072d5a77eba2b4ac11189356cf9364 (patch)
treec5bf69f5f6fda7fc5ba7ca53f709c4624dd4c763 /doc
parent734bf3fa1c7db8a94ce82efc0bad3cf00ddefa13 (diff)
downloadpkgsrc-2aa5d734f0072d5a77eba2b4ac11189356cf9364.tar.gz
Add a hint regarding set[ug]id pkgsrc programs on a Mac OS X disk image.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/platforms.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index 458d242136b..296cc7eefbd 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.32 2006/07/29 15:57:04 rillig Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.33 2006/08/29 00:29:52 ben Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -284,7 +284,12 @@ file and inspect the contents before extracting it.
&rprompt; <userinput>./ufsdiskimage mount ~/Documents/NetBSD</userinput>
&rprompt; <userinput>sudo chown `id -u`:`id -g` /Volumes/NetBSD</userinput></screen>
- <para>That's it!</para>
+ <note>
+ <para>ufsdiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid.</para>
+ </note>
+
+ <para>Allow suid:</para>
+ <screen>&rprompt; <userinput>sudo mount -u -o suid /Volumes/NetBSD</userinput></screen>
</sect3>
<sect3 id="platform.osx-ufs">