Changeset 67e479ca for general/sysutils


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

Location:
general/sysutils
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.