Changeset ac38e9dc for server/major


Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

Location:
server/major
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache-systemd.xml

    r4a83293 rac38e9dc  
    66
    77  <!ENTITY apache-download-http
    8            "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
     8           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "44543dff14a4ebc1e9e2d86780507156">
     10  <!ENTITY apache-md5sum        "b8dc8367a57a8d548a9b4ce16d264a13">
    1111  <!ENTITY apache-size          "4.9 MB">
    12   <!ENTITY apache-buildsize     "94 MB">
    13   <!ENTITY apache-time          "0.7 SBU">
     12  <!ENTITY apache-buildsize     "93 MB">
     13  <!ENTITY apache-time          "0.8 SBU">
    1414]>
    1515
     
    3737    </para>
    3838
    39     &lfs76_checked;
     39    &lfs77_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    101101      <xref linkend="doxygen"/>,
    102102      <xref linkend="libxml2"/>,
    103       <xref linkend="lynx"/>,
     103      <xref linkend="lynx"/> or
     104      <xref linkend="Links"/> or
     105      <ulink url="http://elinks.or.cz/">ELinks</ulink>,
    104106      <xref linkend="openldap"/> (<xref linkend="apr-util"/> needs to be
    105107      compiled with LDAP suport),
  • server/major/bind-systemd.xml

    r4a83293 rac38e9dc  
    66
    77  <!ENTITY bind-download-http " ">
    8   <!ENTITY bind-download-ftp
    9   "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum        "bdb9af9db9d389f8b8b3db6e0bc1bfee">
    11   <!ENTITY bind-size          "8.0 MB">
    12   <!ENTITY bind-buildsize     "100.6 MB (additional 54.6 MB to run the test suite)">
    13   <!ENTITY bind-time          "1.2 SBU (additional 4.6 SBU to run the complete test suite)">
     8  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
     9  <!ENTITY bind-md5sum        "7550a262cbd0753e49f77fb4ef721522">
     10  <!ENTITY bind-size          "8.1 MB">
     11  <!ENTITY bind-buildsize     "137 MB (additional 47 MB to run the test suite)">
     12  <!ENTITY bind-time          "0.9 SBU (additional 20 minutes, processor independent, to run the complete test suite)">
    1413]>
    1514
     
    3534    to the <xref linkend="bind-utils"/>.</para>
    3635
    37     &lfs76_checked;
     36    &lfs77_checked;
    3837
    3938    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7372    <para role="optional">
    7473      <xref linkend="libxml2"/>,
    75       <xref linkend="mitkrb"/>, and
    76       <xref linkend="openssl"/>
     74      <xref linkend="mitkrb"/>,
     75      <xref linkend="openssl"/>, and
     76      <ulink url="https://github.com/cjheath/geoip">GeoIP</ulink>
    7777    </para>
    7878
    7979    <bridgehead renderas="sect4">Optional database backends</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="postgresql"/>,
    82       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    8381      <xref linkend="db"/>,
    84       <xref linkend="openldap"/>, and
     82      <xref linkend="openldap"/>,
     83      <xref linkend="mariadb"/>,
     84      <xref linkend="postgresql"/>, and
    8585      <xref linkend="unixodbc"/>
    8686    </para>
     
    9696    <para role="optional">
    9797      <xref linkend="doxygen"/>,
    98       <xref linkend="texlive"/>, and
    99       <xref linkend="libxslt"/>
     98      <xref linkend="libxslt"/>, and
     99      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    100100    </para>
    101101
     
    116116    following commands:</para>
    117117
    118 <screen><userinput>sed -e 's/resolver //'   \
    119     -e 's/rpz //'        \
    120     -e 's/statistics //' \
    121     -e 's/xfer //'       \
    122     -i bin/tests/system/conf.sh.in &amp;&amp;
    123 ./configure --prefix=/usr           \
     118<screen><userinput>./configure --prefix=/usr           \
    124119            --sysconfdir=/etc       \
    125120            --localstatedir=/var    \
     
    135130    some test interfaces:</para>
    136131
     132    <note><para>If IPv6 is not enabled in the kernel, there will be several
     133    error messages: "RTNETLINK answers: Operation not permitted".  These
     134    messages do not afffect the tests.</para></note>
     135
    137136<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    138137
    139     <para>Now run the test suite as an unprivileged user:</para>
    140 
    141 <screen><userinput>make check 2&gt;&amp;1 | tee check.log</userinput></screen>
     138<!--   <para>As an unprivileged user, remove some tests that fail:</para>
     139
     140<screen><userinput>
     141sed -e 's/ecdsa //'   \
     142    -e 's/masterformat //' \
     143    -e 's/reclimit //' \
     144    -e 's/tsiggss //' \
     145    -i bin/tests/system/conf.sh</userinput></screen>
     146
     147    <para>Now run the test suite as an unprivileged user:</para>-->
     148    <para>The test suite may indicate some failures depending on installed
     149    optional dependencies and what configuration options are used.
     150    To run the tests, as an unprivileged user, issue:</para>
     151
     152<screen><userinput>make -k check</userinput></screen>
    142153
    143154    <para>Again as <systemitem class="username">root</systemitem>, clean up the
     
    145156
    146157<screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
    147 
    148     <para>Issue the following command to check tests that ran successfully:</para>
    149 
    150 <screen><userinput>grep "R:PASS" check.log | wc -l</userinput></screen>
    151 
    152     <para>and the following command check tests that failed:</para>
    153 
    154 <screen><userinput>grep -A1 "R:FAIL" check.log</userinput></screen>
    155158
    156159    <para>Finally, install the package as the <systemitem
     
    170173  <sect2 role="commands">
    171174    <title>Command Explanations</title>
    172 
    173     <para><command>sed ... bin/tests/system/conf.sh.in</command>:
    174     This command removes tests that fail (some for unknown reasons).</para>
     175<!--
     176    <para><command>sed ... bin/tests/system/conf.sh</command>: This command
     177    removes tests that fail (some for unknown reasons).</para>-->
    175178
    176179    <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
     
    481484        libisccfg.so, and liblwres.so</seg>
    482485
    483         <seg>/srv/named, /usr/include/bind9, /usr/include/dns,
    484         /usr/include/dst, /usr/include/irs, /usr/include/isc,
    485         /usr/include/isccc, /usr/include/isccfg, /usr/include/lwres,
    486         /usr/include/pk11, /usr/include/pkcs11, and
    487         /usr/share/doc/bind-&bind-version;</seg>
     486        <seg>/usr/include/{bind9,dns,dst,irs,isc,isccc,isccfg,lwres,pk11,pkcs11},
     487        /usr/share/doc/bind-&bind-version; and /srv/named</seg>
    488488      </seglistitem>
    489489    </segmentedlist>
  • server/major/proftpd-systemd.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY proftpd-download-http " ">
    88  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz">
    9   <!ENTITY proftpd-md5sum        "aff1bff40e675244d72c4667f203e5bb">
    10   <!ENTITY proftpd-size          "7.2 MB">
    11   <!ENTITY proftpd-buildsize     "34 MB">
    12   <!ENTITY proftpd-time          "0.3 SBU">
     9  <!ENTITY proftpd-md5sum        "b9d3092411478415b31d435f8e26d173">
     10  <!ENTITY proftpd-size          "29 MB">
     11  <!ENTITY proftpd-buildsize     "69 MB">
     12  <!ENTITY proftpd-time          "0.2 SBU">
    1313]>
    1414
     
    3434    file archives over a network.</para>
    3535
    36     &lfs76_checked;
     36    &lfs77_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    260260
    261261      <seglistitem>
    262         <seg>ftpcount, ftpdctl, ftpasswd, ftpmail, ftpquota, ftpscrub,
    263              ftptop, ftpshut, ftpcount, ftpwho, and proftpd</seg>
    264         <seg>None</seg>
    265         <seg>/usr/lib/proftpd</seg>
     262        <seg>
     263          ftpasswd, ftpcount, ftpdctl, ftpmail, ftpquota, ftpscrub, ftpshut,
     264          ftptop, ftpwho, in.proftpd (symlink), proftpd, and prxs
     265        </seg>
     266        <seg>
     267          None
     268        </seg>
     269        <seg>
     270          /usr/include and
     271          /usr/lib/proftpd
     272        </seg>
    266273      </seglistitem>
    267274    </segmentedlist>
     
    377384      </varlistentry>
    378385
     386      <varlistentry id="prxs">
     387        <term><command>prxs</command></term>
     388        <listitem>
     389          <para>is a Perl script designed to compile and install third-party
     390          modules, from source code, as DSO modules for the installed
     391          proftpd.</para>
     392          <indexterm zone="proftpd prxs">
     393            <primary sortas="b-prxs">prxs</primary>
     394          </indexterm>
     395        </listitem>
     396      </varlistentry>
     397
    379398    </variablelist>
    380399
  • server/major/vsftpd-systemd.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY vsftpd-download-http " ">
    8   <!ENTITY vsftpd-download-ftp  "https://security.appspot.com/downloads/vsftpd-&vsftpd-version;.tar.gz">
     7  <!ENTITY vsftpd-download-http "https://security.appspot.com/downloads/vsftpd-&vsftpd-version;.tar.gz">
     8  <!ENTITY vsftpd-download-ftp  " ">
    99  <!ENTITY vsftpd-md5sum        "8b00c749719089401315bd3c44dddbb2">
    1010  <!ENTITY vsftpd-size          "196 KB">
     
    3535    over a network.</para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8181    users, and groups with the following commands:</para>
    8282
    83 <screen role="root"><userinput>
    84 install -v -dm755 &vsftpd-empty; &amp;&amp;
     83<screen role="root"><userinput>install -v -dm755 &vsftpd-empty; &amp;&amp;
    8584install -v -dm755 /home/ftp               &amp;&amp;
    8685groupadd -g 47 vsftpd                     &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.