mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
e97d7877d1
@ -93,8 +93,8 @@ EOF</userinput></screen>
|
|||||||
<para>Setting the user file-creation mask (umask) to 022 ensures that newly
|
<para>Setting the user file-creation mask (umask) to 022 ensures that newly
|
||||||
created files and directories are only writable by their owner, but are
|
created files and directories are only writable by their owner, but are
|
||||||
readable and executable by anyone (assuming default modes are used by the
|
readable and executable by anyone (assuming default modes are used by the
|
||||||
<function>open(2)</function> system call, new files will end up with permission
|
<filename>open(2)</filename> system call, new files will end up with
|
||||||
mode 644 and directories with mode 755).</para>
|
permission mode 644 and directories with mode 755).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ install -dv -m 1777 /tmp /var/tmp</userinput></screen>
|
|||||||
<filename class="directory">/tmp</filename> and <filename
|
<filename class="directory">/tmp</filename> and <filename
|
||||||
class="directory">/var/tmp</filename> directories, but cannot remove
|
class="directory">/var/tmp</filename> directories, but cannot remove
|
||||||
another user's files from them. The latter is prohibited by the so-called
|
another user's files from them. The latter is prohibited by the so-called
|
||||||
<quote>sticky bit,</quote> the highest bit (1) in the 1777 bit mask.</para>
|
<quote>sticky bit</quote>, the highest bit (1) in the 1777 bit mask.</para>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>FHS Compliance Note</title>
|
<title>FHS Compliance Note</title>
|
||||||
|
@ -252,7 +252,7 @@ install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service</use
|
|||||||
locales necessary for the optimal coverage of tests:</para>
|
locales necessary for the optimal coverage of tests:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale
|
<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale
|
||||||
localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
|
localedef -i C -f UTF-8 C.UTF-8
|
||||||
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
|
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
|
||||||
localedef -i de_DE -f ISO-8859-1 de_DE
|
localedef -i de_DE -f ISO-8859-1 de_DE
|
||||||
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
|
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
|
||||||
|
@ -227,7 +227,7 @@ rm -rf DESTDIR</userinput></screen>
|
|||||||
is a command-line tool for using the various cryptography functions
|
is a command-line tool for using the various cryptography functions
|
||||||
of <application>OpenSSL</application>'s crypto library from the
|
of <application>OpenSSL</application>'s crypto library from the
|
||||||
shell. It can be used for various functions which are documented in
|
shell. It can be used for various functions which are documented in
|
||||||
<command>man 1 openssl</command>
|
<filename>openssl(1)</filename>
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-openssl openssl-prog">
|
<indexterm zone="ch-system-openssl openssl-prog">
|
||||||
<primary sortas="b-openssl">openssl</primary>
|
<primary sortas="b-openssl">openssl</primary>
|
||||||
@ -259,7 +259,7 @@ rm -rf DESTDIR</userinput></screen>
|
|||||||
<para>
|
<para>
|
||||||
implements the Transport Layer Security (TLS v1) protocol.
|
implements the Transport Layer Security (TLS v1) protocol.
|
||||||
It provides a rich API, documentation
|
It provides a rich API, documentation
|
||||||
on which can be found by running <command>man 7 ssl</command>
|
on which can be found in <filename>ssl(7)</filename>
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-openssl libssl">
|
<indexterm zone="ch-system-openssl libssl">
|
||||||
<primary sortas="c-libssl">libssl.so</primary>
|
<primary sortas="c-libssl">libssl.so</primary>
|
||||||
|
@ -113,14 +113,14 @@ Name=ether0</literal>
|
|||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
See the man page systemd.link(5) for more information.
|
See <filename>systemd.link(5)</filename> for more information.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
In /boot/grub/grub.cfg, pass the option net.ifnames=0 on the
|
In /boot/grub/grub.cfg, pass the option
|
||||||
kernel command line.
|
<option>net.ifnames=0</option> on the kernel command line.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -56,7 +56,7 @@ EOF</userinput></screen>
|
|||||||
class="partition">sda2</filename>, <filename
|
class="partition">sda2</filename>, <filename
|
||||||
class="partition">sda5</filename>, and <systemitem
|
class="partition">sda5</filename>, and <systemitem
|
||||||
class="filesystem">ext4</systemitem>. For details on the six
|
class="filesystem">ext4</systemitem>. For details on the six
|
||||||
fields in this file, see <command>man 5 fstab</command>.</para>
|
fields in this file, see <filename>fstab(5)</filename>.</para>
|
||||||
|
|
||||||
<para>Filesystems with MS-DOS or Windows origin (i.e. vfat, ntfs, smbfs,
|
<para>Filesystems with MS-DOS or Windows origin (i.e. vfat, ntfs, smbfs,
|
||||||
cifs, iso9660, udf) need a special option, utf8, in order for non-ASCII
|
cifs, iso9660, udf) need a special option, utf8, in order for non-ASCII
|
||||||
|
Loading…
Reference in New Issue
Block a user