Update to at-3.1.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17543 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2016-07-01 22:45:58 +00:00
parent 8615350d19
commit 3d6df725d9
4 changed files with 22 additions and 18 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "June 30th &year;">
<!ENTITY releasedate "July 1st &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -6,8 +6,8 @@
<!ENTITY at-download-http "http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
<!ENTITY at-download-ftp "ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
<!ENTITY at-md5sum "f67a7aab557cd5b4a1311079a08acebe">
<!ENTITY at-size "124 KB">
<!ENTITY at-md5sum "e7bd7b785b2cbb17e133d6bdc0fb099e">
<!ENTITY at-size "128 KB">
<!ENTITY at-buildsize "1.8 MB">
<!ENTITY at-time "less than 0.1 SBU">
]>
@ -77,18 +77,6 @@
<sect2 role="installation">
<title>Installation of at</title>
<note>
<para>
This package tarball has not been made from a directory. Unlike the
normal packages in BLFS, you need to create a directory and untar
into it:
</para>
<screen><userinput>mkdir -v at-&at-version; &amp;&amp;
cd at-&at-version; &amp;&amp;
tar -xf ../at_&at-version;.tar.gz</userinput></screen>
</note>
<para>Before building <application>at</application>, as the
<systemitem class="username">root</systemitem> user you should create
the group and user <systemitem class="username">atd</systemitem> which
@ -106,6 +94,12 @@ mkdir -p /var/spool/cron</userinput></screen>
<screen><userinput>sed -i '/docdir/s/=.*/= @docdir@/' Makefile.in</userinput></screen>
<para>
Regenerate the build files to be consistent with this package version:
</para>
<screen><userinput>autoreconf</userinput></screen>
<para>Install <application>at</application> with the following
commands:</para>

View File

@ -43,6 +43,16 @@
</listitem>
-->
<listitem>
<para>July 1st, 2016</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to at-3.1.20. Fixes
<ulink url="&blfs-ticket-root;8020">#8020</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 30th, 2016</para>
<itemizedlist>

View File

@ -228,7 +228,7 @@
<!-- Chapter 12 -->
<!ENTITY acpid-version "2.0.27">
<!ENTITY at-version "3.1.18">
<!ENTITY at-version "3.1.20">
<!ENTITY autofs-version "5.1.2">
<!ENTITY bluez-version "5.40">
<!ENTITY colord-version "1.2.12"> <!-- Even minors only -->