Changeset 78b797d for networking


Ignore:
Timestamp:
12/23/2014 03:37:25 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
39159bf
Parents:
577eb27
Message:

inkscape-0.48.5: use sed by Armin to replace sed by Fernando based on patch by Armin, used to replace patch by Armin.
mplayer-2014-12-19: use semi-colon to separate the 'Optional Miscellaneous Dependencies' and clarify.
Update to ntp-4.2.8.
Update to libvdpau-0.9.
Update to libxklavier-5.4.
Update to libreoffice-4.3.5.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ntp.xml

    r577eb27 r78b797d  
    77  <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
    88  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">
    9   <!ENTITY ntp-md5sum        "00df80a84ec9528fcfb09498075525bc">
    10   <!ENTITY ntp-size          "4.1 MB">
    11   <!ENTITY ntp-buildsize     "48 MB">
    12   <!ENTITY ntp-time          "0.5 SBU">
     9  <!ENTITY ntp-md5sum        "6972a626be6150db8cfbd0b63d8719e7">
     10  <!ENTITY ntp-size          "6.5 MB">
     11  <!ENTITY ntp-buildsize     "59 MB">
     12  <!ENTITY ntp-time          "0.7 SBU">
    1313]>
    1414
     
    9191
    9292<screen><userinput>./configure --prefix=/usr         \
     93            --bindir=/usr/sbin    \
    9394            --sysconfdir=/etc     \
    9495            --enable-linuxcaps    \
    95             --with-binsubdir=sbin \
    96             --with-lineeditlibs=readline &amp;&amp;
     96            --with-lineeditlibs=readline \
     97            --docdir=/usr/share/doc/ntp-&ntp-version; &amp;&amp;
    9798make</userinput></screen>
    9899
     
    102103
    103104<screen role="root"><userinput>make install &amp;&amp;
    104 install -v -o ntp -g ntp -d /var/lib/ntp &amp;&amp;
    105 install -v -m755 -d /usr/share/doc/ntp-&ntp-version; &amp;&amp;
    106 cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
     105install -v -o ntp -g ntp -d /var/lib/ntp</userinput></screen>
    107106
    108107  </sect2>
     
    111110    <title>Command Explanations</title>
    112111
    113     <para><parameter>--with-binsubdir=sbin</parameter>: This parameter places
     112    <para><parameter>--bindir=/usr/sbin</parameter>: This parameter places
    114113    the administrative programs in <filename
    115114    class="directory">/usr/sbin</filename>.</para>
     
    171170EOF</userinput></screen>
    172171
     172      <para>For security reasons, you may wish to add some more lines,
     173      accordingto  e.g. <quote>Access Control Commands and Options</quote>, at
     174      <ulink
     175      url="http://www.eecis.udel.edu/~mills/ntp/html/accopt.html#restrict"/>.</para>
     176
     177<screen role="root"><userinput>cat &gt;&gt; /etc/ntp.conf &lt;&lt; "EOF"
     178<literal># Security session
     179restrict default limited kod nomodify notrap nopeer noquery
     180restrict -6 default limited kod nomodify notrap nopeer noquery
     181
     182restrict 127.0.0.1
     183restrict ::1</literal>
     184EOF</userinput></screen>
     185
    173186    </sect3>
    174187
     
    216229      <segtitle>Installed Programs</segtitle>
    217230      <segtitle>Installed Libraries</segtitle>
    218       <segtitle>Installed Directory</segtitle>
     231      <segtitle>Installed Directories</segtitle>
    219232
    220233      <seglistitem>
    221         <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
     234        <seg>calc_tickadj, ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
    222235        ntptime, ntptrace, sntp and tickadj</seg>
    223236        <seg>None</seg>
    224         <seg>/usr/share/doc/ntp-&ntp-version;</seg>
     237        <seg>/usr/share/ntp,
     238        /usr/share/doc/ntp-4.2.8 and
     239        /var/lib/ntp</seg>
    225240      </seglistitem>
    226241    </segmentedlist>
     
    230245      <?dbfo list-presentation="list"?>
    231246      <?dbhtml list-presentation="table"?>
     247
     248      <varlistentry id="calc_tickadj">
     249        <term><command>calc_tickadj</command></term>
     250        <listitem>
     251          <para>calculates optimal value for tick given ntp drift file.</para>
     252          <indexterm zone="ntp calc_tickadj">
     253            <primary sortas="b-calc_tickadj">calc_tickadj</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>
    232257
    233258      <varlistentry id="ntp-keygen">
Note: See TracChangeset for help on using the changeset viewer.