Changeset a8836c4
- Timestamp:
- 11/01/2007 09:53:39 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f933cc3
- Parents:
- bc24e52a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbc24e52a ra8836c4 4 4 --> 5 5 6 <!ENTITY day " 16"> <!-- Always 2 digits -->7 <!ENTITY month "1 0"> <!-- Always 2 digits -->6 <!ENTITY day "01"> <!-- Always 2 digits --> 7 <!ENTITY month "11"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> 9 9 <!ENTITY version "svn-&year;&month;&day;"> 10 <!ENTITY releasedate " October &day;th, &year;">10 <!ENTITY releasedate "November &day;st, &year;"> 11 11 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 12 12 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 182 182 <!-- Chapter 11 --> 183 183 <!ENTITY gpm-version "1.20.1"> 184 <!ENTITY fcron-version "3.0. 1">184 <!ENTITY fcron-version "3.0.3"> 185 185 <!ENTITY hdparm-version "7.7"> 186 186 <!ENTITY which-version "2.16"> -
general/sysutils/fcron.xml
rbc24e52a ra8836c4 7 7 <!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz"> 8 8 <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz"> 9 <!ENTITY fcron-md5sum " 8e5dcb3a646c11294294895954ef0a48">10 <!ENTITY fcron-size "53 2KB">11 <!ENTITY fcron-buildsize "4. 6MB">9 <!ENTITY fcron-md5sum "c85e6eecd0564f37658ae250a491fd31"> 10 <!ENTITY fcron-size "536 KB"> 11 <!ENTITY fcron-buildsize "4.7 MB"> 12 12 <!ENTITY fcron-time "0.1 SBU"> 13 13 ]> … … 110 110 commands:</para> 111 111 112 <screen><userinput>./configure --without-sendmail --with-boot-install=no && 112 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ 113 --localstatedir=/var --without-sendmail --with-boot-install=no && 113 114 make</userinput></screen> 114 115 -
introduction/welcome/changelog.xml
rbc24e52a ra8836c4 41 41 42 42 --> 43 44 <listitem> 45 <para>November 01st, 2007</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ag] - Updated to Fcron-3.0.3.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 43 52 44 53 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.