Changeset 8c2155e
- Timestamp:
- 02/23/2018 09:27:30 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1c1bdba
- Parents:
- 99b60d6
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gsl.xml
r99b60d6 r8c2155e 97 97 98 98 <para>If you have the optional <application>Sphinx</application> package 99 installed, buid the documenta iton with:</para>99 installed, buid the documentation with:</para> 100 100 101 101 <screen><userinput>make html</userinput></screen> -
general/prog/perl-modules.xml
r99b60d6 r8c2155e 572 572 (http://search.cpan.org/dist/DateTime)</literallayout> 573 573 <itemizedlist> 574 <!-- Both DateTime 574 <!-- Both DateTime::Locale and DateTime::TimeZone now need 575 575 namespace::autoclean, Specio and Params::ValidationCompiler. 576 576 The latter needs Specio but only for its testsuite --> … … 947 947 </listitem> 948 948 <!-- Module::Implementation and Test::Fatal are pulled in by DateTime --> 949 </itemizedlist> <!-- end of deps for DateT 949 </itemizedlist> <!-- end of deps for DateTime-Format-Strptime --> 950 950 </listitem> 951 951 <!-- Test-Fatal and Test-Warnings pulled in by DateTime --> 952 <!-- Params-Validate --> 953 <listitem><literallayout><ulink url="http://search.cpan.org/dist/Params-Validate/">Params::Validate</ulink> 954 (http://search.cpan.org/dist/Params-Validate/) - uses <xref linkend="perl-build-install"/></literallayout> 955 <!-- deps for Params::Validate: 956 Module::Build is a dep of Module::Implementation via Module::Runtime, 957 pulled in by Package::Stash in namespace::clean for 958 namespace::autoclean in DateTime, and for testsuites Test::Fatal is 959 pulled in for Dist::CheckConflicts for Package::Stash, and 960 Test::Requires by Package::Stash::XS for Package::Stash --> 961 </listitem> 952 962 </itemizedlist> 953 </listitem>954 <!-- Params-Validate -->955 <listitem><literallayout><ulink url="http://search.cpan.org/dist/Params-Validate/">Params::Validate</ulink>956 (http://search.cpan.org/dist/Params-Validate/) - uses <xref linkend="perl-build-install"/></literallayout>957 <!-- deps for Params::Validate:958 Module::Build is a dep of Module::Implementation via Module::Runtime,959 pulled in by Package::Stash in namespace::clean for960 namespace::autoclean in DateTime, and for testsuites Test::Fatal is961 pulled in for Dist::CheckConflicts for Package::Stash, and962 Test::Requires by Package::Stash::XS for Package::Stash -->963 963 </listitem> 964 964 </itemizedlist> … … 1660 1660 1661 1661 <para>Module::Runtime provides functions to deal with runtime 1662 handling of Perl modules. This module itself uses the standard1663 <xref linkend="perl- standard-install"/>.</para>1662 handling of Perl modules. This module itself uses the 1663 <xref linkend="perl-build-install"/>.</para> 1664 1664 1665 1665 <!-- Module-Runtime --> -
networking/netlibs/rpcsvc-proto.xml
r99b60d6 r8c2155e 33 33 The <application>rpcsvc-proto</application> package contains the rcpsvc 34 34 protocol.x files and headers, formerly included with GlibC, that are not 35 included in replac ment <xref linkend="libtirpc"/>, along with the rpcgen35 included in replacement <xref linkend="libtirpc"/>, along with the rpcgen 36 36 program. 37 37 </para> -
networking/netprogs/nfs-utils.xml
r99b60d6 r8c2155e 149 149 as the <systemitem class="username">root</systemitem> user:</para> 150 150 151 <screen role=" root"><userinput>groupadd -g 99 nogroup &&151 <screen role="nodump"><userinput>groupadd -g 99 nogroup && 152 152 useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \ 153 153 -s /bin/false -u 99 nobody</userinput></screen> -
networking/netprogs/samba.xml
r99b60d6 r8c2155e 445 445 </sect4> 446 446 447 <sect4> 448 <title>Guest account</title> 449 450 <para>The default <application>Samba</application> installation uses the 451 <systemitem class='username'>nobody</systemitem> user for guest access 452 to the server. This can be overridden by setting the 453 <option>guest account =</option> parameter in the 454 <filename>/etc/samba/smb.conf</filename> file. If you utilize the 455 <option>guest account =</option> parameter, ensure this user exists in 456 the <filename>/etc/passwd</filename> file. To use the default user, 457 create the following group and account, if you haven't done so in LFS. 458 As the <systemitem class='username'>root</systemitem> user:</para> 459 460 <screen role="role=nodump"><userinput>groupadd -g 99 nogroup && 461 useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \ 462 -s /bin/false -u 99 nobody</userinput></screen> 463 464 </sect4> 465 447 466 <sect4 id="samba-init" revision="sysv"> 448 467 <title>Boot Script</title> … … 465 484 </indexterm> 466 485 467 <para>The default <application>Samba</application> installation uses the468 <systemitem class='username'>nobody</systemitem> user for guest access469 to the server. This can be overridden by setting the470 <option>guest account =</option> parameter in the471 <filename>/etc/samba/smb.conf</filename> file. If you utilize the472 <option>guest account =</option> parameter, ensure this user exists in473 the <filename>/etc/passwd</filename> file. To use the default user,474 issue the following commands as the475 <systemitem class='username'>root</systemitem> user:</para>476 477 <screen role="root"><userinput>groupadd -g 99 nogroup &&478 useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \479 -s /bin/false -u 99 nobody</userinput></screen>480 481 <para>Install the <filename>samba</filename> script with the following482 command issued as the <systemitem class="username">root</systemitem>483 user:</para>484 485 486 <screen role="root"><userinput>make install-samba</userinput></screen> 486 487 <para>If you also need the <filename>winbindd</filename>488 script to resolve names from Windows clients, run:</para>489 487 490 488 <screen role="root"><userinput>make install-winbindd</userinput></screen> … … 494 492 <sect4 id="samba-init-sysd" revision="systemd"> 495 493 <title>Systemd Units</title> 496 497 <para>The default <application>Samba</application> installation uses the498 <systemitem class='username'>nobody</systemitem> user for guest access499 to the server. This can be overridden by setting the500 <option>guest account =</option> parameter in the501 <filename>/etc/samba/smb.conf</filename> file. If you utilize the502 <option>guest account =</option> parameter, ensure this user exists in503 the <filename>/etc/passwd</filename> file.</para>504 494 505 495 <para> -
pst/scanning/sane.xml
r99b60d6 r8c2155e 181 181 --localstatedir=/var \ 182 182 --with-group=scanner \ 183 --with-docdir=/usr/share/doc/sane-backend -&sane-version; &&183 --with-docdir=/usr/share/doc/sane-backends-&sane-version; && 184 184 make</userinput></screen> 185 185 -
xsoft/office/abiword.xml
r99b60d6 r8c2155e 225 225 226 226 <para> 227 <command>sed ...</command>: These commands correc the source for227 <command>sed ...</command>: These commands correct the source for 228 228 changes in dependencies <xref linkend="enchant"/> and 229 229 <xref linkend="libical"/>.
Note:
See TracChangeset
for help on using the changeset viewer.