Changeset 80d6d7d5 for general/sysutils


Ignore:
Timestamp:
03/02/2015 01:45:33 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d9321c0
Parents:
8cd3010
Message:

Finish tagging networking and pst sections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15596 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/at.xml

    r8cd3010 r80d6d7d5  
    104104    commands:</para>
    105105
    106     <screen><userinput>./configure --docdir=/usr/share/doc/at-&at-version; \
    107             --with-daemon_username=atd        \
     106    <screen><userinput>./configure --with-daemon_username=atd        \
    108107            --with-daemon_groupname=atd       \
    109108            SENDMAIL=/usr/sbin/sendmail       &amp;&amp;
     
    114113    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    115114
    116 <screen role="root"><userinput>make install</userinput></screen>
     115<screen role="root"><userinput>make install \
     116        docdir=/usr/share/doc/at-&at-version; \
     117      atdocdir=/usr/share/doc/at-&at-version; </userinput></screen>
    117118
    118119  </sect2>
Note: See TracChangeset for help on using the changeset viewer.