mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to Fcron-3.0.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7124 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bc24e52a37
commit
a8836c46aa
@ -3,11 +3,11 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2007">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "October &day;th, &year;">
|
||||
<!ENTITY releasedate "November &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -181,7 +181,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 11 -->
|
||||
<!ENTITY gpm-version "1.20.1">
|
||||
<!ENTITY fcron-version "3.0.1">
|
||||
<!ENTITY fcron-version "3.0.3">
|
||||
<!ENTITY hdparm-version "7.7">
|
||||
<!ENTITY which-version "2.16">
|
||||
<!ENTITY unzip-version "5.52">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz">
|
||||
<!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz">
|
||||
<!ENTITY fcron-md5sum "8e5dcb3a646c11294294895954ef0a48">
|
||||
<!ENTITY fcron-size "532 KB">
|
||||
<!ENTITY fcron-buildsize "4.6 MB">
|
||||
<!ENTITY fcron-md5sum "c85e6eecd0564f37658ae250a491fd31">
|
||||
<!ENTITY fcron-size "536 KB">
|
||||
<!ENTITY fcron-buildsize "4.7 MB">
|
||||
<!ENTITY fcron-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -109,7 +109,8 @@ useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron</userinp
|
||||
<para>Install <application>Fcron</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --without-sendmail --with-boot-install=no &&
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --without-sendmail --with-boot-install=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 01st, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ag] - Updated to Fcron-3.0.3.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 16th, 2007</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user