Changeset c0e8b25 for general/sysutils


Ignore:
Timestamp:
10/18/2014 12:23:18 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
1b4e18d
Parents:
8a41d52
Message:

Merge some updates from trunk. Update to krb5-1.13.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r8a41d52 rc0e8b25  
    77  <!ENTITY logrotate-download-http "http://fedorahosted.org/releases/l/o/logrotate/logrotate-&logrotate-version;.tar.gz">
    88  <!ENTITY logrotate-download-ftp  " ">
    9   <!ENTITY logrotate-md5sum        "99e08503ef24c3e2e3ff74cc5f3be213">
    10   <!ENTITY logrotate-size          "64 KB">
    11   <!ENTITY logrotate-buildsize     "1.3 MB">
     9  <!ENTITY logrotate-md5sum        "49846e873dddea15964cd0355b9943ca">
     10  <!ENTITY logrotate-size          "72 KB">
     11  <!ENTITY logrotate-buildsize     "1.9 MB">
    1212  <!ENTITY logrotate-time          "less than 0.1 SBU">
    1313]>
     
    101101    </para>
    102102
    103 <screen><userinput>make</userinput></screen>
     103<screen><userinput>./autogen.sh &amp;&amp;
     104./configure --prefix=/usr &amp;&amp;
     105make</userinput></screen>
    104106
    105107    <para>
     
    111113    </para>
    112114
    113 <screen role="root"><userinput>make MANDIR=/usr/share/man install</userinput></screen>
    114 
    115   </sect2>
    116 
     115<screen role="root"><userinput>make install</userinput></screen>
     116
     117  </sect2>
     118<!--
    117119  <sect2 role="commands">
    118120    <title>Command Explanations</title>
    119121
    120122    <para>
    121       <envar>MANDIR=/usr/share/man</envar>: Ensure the man pages are installed in
    122       the correct location.
    123     </para>
    124 
    125   </sect2>
     123      <envar>MANDIR=/usr/share/man</envar>: Ensure the man pages are installed
     124      in the correct location.
     125    </para>
     126
     127  </sect2>-->
    126128
    127129  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.