fix typo
This commit is contained in:
parent
b6df15d726
commit
05af7643b8
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: configuring.xml,v 1.29 2007/08/15 06:33:44 rillig Exp $ -->
|
||||
<!-- $NetBSD: configuring.xml,v 1.30 2007/10/17 14:08:02 kano Exp $ -->
|
||||
|
||||
<chapter id="configuring">
|
||||
<title>Configuring pkgsrc</title>
|
||||
|
@ -132,7 +132,7 @@ works.</para>
|
|||
</sect1>
|
||||
|
||||
<sect1 id="variables-affecting-installation">
|
||||
<title>Variables affecting the installion process</title>
|
||||
<title>Variables affecting the installation process</title>
|
||||
|
||||
<para>A growing number of packages support installation into a
|
||||
subdirectory of <varname>WRKDIR</varname>. This allows a package
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: fixes.xml,v 1.90 2007/09/21 13:03:39 wiz Exp $ -->
|
||||
<!-- $NetBSD: fixes.xml,v 1.91 2007/10/17 14:08:02 kano Exp $ -->
|
||||
|
||||
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
|
||||
<title>Making your package work</title>
|
||||
|
@ -346,7 +346,7 @@ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
|
|||
DEPENDS+= xpm-3.4j:../../graphics/xpm
|
||||
</programlisting>
|
||||
|
||||
<para>You can also use wildcards in package dependences:</para>
|
||||
<para>You can also use wildcards in package dependencies:</para>
|
||||
|
||||
<programlisting>
|
||||
DEPENDS+= xpm-[0-9]*:../../graphics/xpm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: platforms.xml,v 1.57 2007/08/18 07:13:07 weinem Exp $ -->
|
||||
<!-- $NetBSD: platforms.xml,v 1.58 2007/10/17 14:08:02 kano Exp $ -->
|
||||
|
||||
<chapter id="platforms">
|
||||
<title>Using pkgsrc on systems other than &os;</title>
|
||||
|
@ -298,7 +298,7 @@ file and inspect the contents before extracting it.
|
|||
&rprompt; <userinput>sudo chown `id -u`:`id -g` /Volumes/NetBSD</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>darwindiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid. In the case of UFS, it will also mount the filesystem asynchronous, which is somewhat dangerous according to the mount(8) man page. In the case of HFSX, it will disable journalling.</para>
|
||||
<para>darwindiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid. In the case of UFS, it will also mount the filesystem asynchronous, which is somewhat dangerous according to the mount(8) man page. In the case of HFSX, it will disable journaling.</para>
|
||||
</note>
|
||||
|
||||
<para>Allow suid:</para>
|
||||
|
|
Loading…
Reference in a new issue