pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Add a hint regarding set[ug]id pkgsrc ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c35690cc3fc7
branches: trunk
changeset: 518016:c35690cc3fc7
user: ben <ben%pkgsrc.org@localhost>
date: Tue Aug 29 00:29:52 2006 +0000
description:
Add a hint regarding set[ug]id pkgsrc programs on a Mac OS X disk image.
diffstat:
doc/guide/files/platforms.xml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 48fb1f207711 -r c35690cc3fc7 doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml Tue Aug 29 00:20:40 2006 +0000
+++ b/doc/guide/files/platforms.xml Tue Aug 29 00:29:52 2006 +0000
@@ -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 @@
&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">
Home |
Main Index |
Thread Index |
Old Index