Changeset 67e479ca


Ignore:
Timestamp:
08/25/2014 07:54:44 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
296a7beb
Parents:
ceaf787b
Message:

Finish checking general and system utilities, finishing general section entirely.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14074 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
29 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/appdata-tools.xml

    rceaf787b r67e479ca  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/bogofilter-systemd.xml

    rceaf787b r67e479ca  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/hd2u.xml

    rceaf787b r67e479ca  
    3333    an any to any text format converter.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/lsof.xml

    rceaf787b r67e479ca  
    3333    Files for a given running application or process.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959    <bridgehead renderas="sect3">lsof Dependencies</bridgehead>
    6060
    61     <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required">
    63       <xref linkend="libtirpc"/>
    64     </para>
    65 
    6661    <para condition="html" role="usernotes">User Notes:
    6762    <ulink url="&blfs-wiki;/lsof"/></para>
     
    8075cd lsof_&lsof-version;_src           &amp;&amp;
    8176./Configure -n linux       &amp;&amp;
    82 make CFGL="-L./lib -ltirpc"</userinput></screen>
     77make</userinput></screen>
    8378
    8479    <para>This package does not come with a working test suite.</para>
     
    8681    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8782
    88 <screen role="root"><userinput>install -v -m0755 -o root -g root lsof /usr/bin &amp;&amp;
     83<screen role="root"><userinput>install -v -m755 -o root -g root lsof /usr/bin &amp;&amp;
    8984install -v lsof.8 /usr/share/man/man8</userinput></screen>
    9085
  • general/genutils/screen.xml

    rceaf787b r67e479ca  
    3939    later on a different terminal.</para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9494
    9595<screen role="root"><userinput>make install &amp;&amp;
    96 install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
     96install -v -m644 etc/etcscreenrc /etc/screenrc</userinput></screen>
    9797
    9898  </sect2>
  • general/genutils/time.xml

    rceaf787b r67e479ca  
    4646    </para>
    4747
    48     &lfs75_checked;
     48    &lfs76_checked;
    4949
    5050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    115115
    116116    <segmentedlist>
    117       <segtitle>Installed Program(s)</segtitle>
    118 
    119       <!-- If there were no programs, libraries, or directories created, then
    120            we would list the section as "None". However, a decision must have
    121            been made to change the "None" to just removing the whole section
    122            because I've noticed that many packages have had the "None"
    123            removed and the section completely removed as well. The reasoning
    124            was that by putting "None", it appears as we know there are none.
    125            Without anything it appears as we are not sure. -->
     117      <segtitle>Installed Programs</segtitle>
     118      <segtitle>Installed Libraries</segtitle>
     119      <segtitle>Installed Directories</segtitle>
    126120
    127121      <seglistitem>
    128122        <seg>
    129           time.
     123          time
     124        </seg>
     125        <seg>
     126          None
     127        </seg>
     128        <seg>
     129          None
    130130        </seg>
    131131      </seglistitem>
  • general/genutils/tree.xml

    rceaf787b r67e479ca  
    3434    directories, files, links.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/xscreensaver.xml

    rceaf787b r67e479ca  
    4242    </para>
    4343
    44     &lfs75_checked;
     44    &lfs76_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para role="optional">
    95       <ulink url="&gnome-download-http;/gdm/">GDM</ulink>,
     95      <xref linkend="gdm"/>,
    9696      <ulink url="http://linas.org/gle/">GLE</ulink> and
    9797      <xref linkend="linux-pam"/>
  • general/sysutils/acpid-systemd.xml

    rceaf787b r67e479ca  
    77  <!ENTITY acpid-download-http "&sourceforge-repo;/acpid2/acpid-&acpid-version;.tar.xz">
    88  <!ENTITY acpid-download-ftp  " ">
    9   <!ENTITY acpid-md5sum        "c8ba756030d1b21fc973ec3d640f27f1">
    10   <!ENTITY acpid-size          "156 KB">
    11   <!ENTITY acpid-buildsize     "2.6 MB">
     9  <!ENTITY acpid-md5sum        "d7bcdcdefcd53b03730e50ba842554ea">
     10  <!ENTITY acpid-size          "152 KB">
     11  <!ENTITY acpid-buildsize     "2.3 MB">
    1212  <!ENTITY acpid-time          "less than 0.1 SBU">
    1313]>
     
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    132132/usr/sbin/pm-suspend</literal>
    133133EOF
    134 chmod +x /etc/acpi/lid.sh</userinput></screen>
     134chmod -v 755 /etc/acpi/lid.sh</userinput></screen>
    135135
    136136    <para>
  • general/sysutils/at-systemd.xml

    rceaf787b r67e479ca  
    3434    conformance.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/autofs-systemd.xml

    rceaf787b r67e479ca  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/cups-pk-helper-systemd.xml

    rceaf787b r67e479ca  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/fcron-systemd.xml

    rceaf787b r67e479ca  
    3535    Cron</application>.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    127127            --localstatedir=/var   \
    128128            --without-sendmail     \
    129             --with-boot-install=no &amp;&amp;
     129            --withpit-boot-install &amp;&amp;
    130130make</userinput></screen>
    131131
     
    155155    command&gt;</replaceable></option> to use a different mailer command.</para>
    156156
    157     <para><parameter>--with-boot-install=no</parameter>: This prevents
     157    <para><parameter>--without-boot-install</parameter>: This prevents
    158158    installation of the bootscript included with the package.</para>
    159159
  • general/sysutils/hdparm.xml

    rceaf787b r67e479ca  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <warning>
  • general/sysutils/logrotate.xml

    rceaf787b r67e479ca  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    175175EOF
    176176
    177 chmod -v 0644 /etc/logrotate.conf</userinput></screen>
    178 
    179     <para>Now create the <filename class='directory'>/etc/logrotate.d</filename>
     177chmod -v 644 /etc/logrotate.conf</userinput></screen>
     178
     179    <para>Now create the <filename class="directory">/etc/logrotate.d</filename>
    180180    directory as the  <systemitem class="username">root</systemitem> user:</para>
    181181
    182 <screen role="root"><userinput> mkdir -p /etc/logrotate.d</userinput></screen>
     182<screen role="root"><userinput>mkdir -p /etc/logrotate.d</userinput></screen>
    183183
    184184  <para>At this point additional log rotation commands can be entered, typically
    185   in the <filename class='directory'>/etc/logrotate.d</filename> directory.
     185  in the <filename class="directory">/etc/logrotate.d</filename> directory.
    186186  For example:</para>
    187187
     
    198198EOF
    199199
    200 chmod -v 0644 /etc/logrotate.d/sys.log</userinput></screen>
     200chmod -v 644 /etc/logrotate.d/sys.log</userinput></screen>
    201201
    202202  <para>You can designate multiple files in one entry:</para>
     
    213213EOF
    214214
    215 chmod -v 0644 /etc/logrotate.d/example.log</userinput></screen>
     215chmod -v 644 /etc/logrotate.d/example.log</userinput></screen>
    216216
    217217  <para>You can use in the same line the list of files: file1 file2 file3.
    218218  See the logrotate man page or
    219   <ulink url='http://www.techrepublic.com/article/manage-linux-log-files-with-logrotate/'/>
     219  <ulink url="http://www.techrepublic.com/article/manage-linux-log-files-with-logrotate/"/>
    220220  for more examples.</para>
    221221
     
    230230  because they are not actually created.</para>
    231231
    232   <para>To set up <xref linkend='fcron'/> to run
     232  <para>To set up <xref linkend="fcron"/> to run
    233233  <command>logrotate ...</command> at 3AM daily, root's crontab should be
    234234  edited to add:</para>
  • general/sysutils/mc.xml

    rceaf787b r67e479ca  
    3636    full power of the command prompt.</para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <!--<note><para>The download site uses a self-signed security certificate.
  • general/sysutils/obex-data-server.xml

    rceaf787b r67e479ca  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/p7zip.xml

    rceaf787b r67e479ca  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/pax.xml

    rceaf787b r67e479ca  
    5858    </para>
    5959
    60     &lfs75_checked;
     60    &lfs76_checked;
    6161
    6262    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/pm-utils.xml

    rceaf787b r67e479ca  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    125125<screen role="root"><userinput>install -v -m644 man/*.1 /usr/share/man/man1 &amp;&amp;
    126126install -v -m644 man/*.8 /usr/share/man/man8 &amp;&amp;
    127 ln -sv pm-action.8 /usr/share/man/man8/pm-suspend.8 &amp;&amp;
    128 ln -sv pm-action.8 /usr/share/man/man8/pm-hibernate.8 &amp;&amp;
    129 ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
     127ln -sfv pm-action.8 /usr/share/man/man8/pm-suspend.8 &amp;&amp;
     128ln -sfv pm-action.8 /usr/share/man/man8/pm-hibernate.8 &amp;&amp;
     129ln -sfv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
    130130
    131131  </sect2>
  • general/sysutils/sysstat-systemd.xml

    rceaf787b r67e479ca  
    3636    cron to collect and historize performance and activity data.</para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/unrar.xml

    rceaf787b r67e479ca  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/usbutils.xml

    rceaf787b r67e479ca  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/weston-systemd.xml

    rceaf787b r67e479ca  
    4040    </para>
    4141
    42     &lfs75_checked;
     42    &lfs76_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    rceaf787b r67e479ca  
    5656        <listitem>
    5757          <para>[krejzi] - Archived Xulrunner-31.0.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[krejzi] - Updated to acpid-2.0.23.</para>
    5861        </listitem>
    5962        <listitem>
  • networking/netlibs/libtirpc.xml

    rceaf787b r67e479ca  
    55  %general-entities;
    66
    7   <!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2">
     7  <!ENTITY libtirpc-download-http "&sourceforge-repo;/libtirpc/libtirpc-&libtirpc-version;.tar.bz2">
    88  <!ENTITY libtirpc-download-ftp  " ">
    99  <!ENTITY libtirpc-md5sum        "8cd41a5ef5a9b50d0fb6abb98af15368">
     
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    124124<screen role="root"><userinput>make install &amp;&amp;
    125125mv -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
    126 ln -sfv ../../lib/libtirpc.so.1.0.10 /usr/lib/libtirpc.so</userinput></screen>
     126ln -sfv ../../lib/$(readlink /usr/lib/libtirpc.so) /usr/lib/libtirpc.so</userinput></screen>
    127127
    128128  </sect2>
  • networking/netprogs/nfs-utils-systemd.xml

    rceaf787b r67e479ca  
    3535    network.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/rpcbind-systemd.xml

    rceaf787b r67e479ca  
    3434    of Network File System (NFS) shared directories. </para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • packages.ent

    rceaf787b r67e479ca  
    202202
    203203<!-- Chapter 12 -->
    204 <!ENTITY acpid-version                "2.0.22">
     204<!ENTITY acpid-version                "2.0.23">
    205205<!ENTITY at-version                   "3.1.15">
    206206<!ENTITY autofs-version               "5.1.0">
Note: See TracChangeset for help on using the changeset viewer.