Changeset c80bb40 for general


Ignore:
Timestamp:
11/07/2002 04:27:00 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b59c671
Parents:
de586a1
Message:

agh! broken cvs, glib typo, fcron update

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

Location:
general
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib/glib.ent

    rde586a1 rc80bb40  
    1818<!ENTITY GLib2-version "2.0.7">
    1919<!ENTITY GLib2-download-http "">
    20 <!ENTITY GLib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.0/glib-2.0.6.tar.bz2">
     20<!ENTITY GLib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.0/glib-2.0.7.tar.bz2">
    2121<!ENTITY GLib2-size "1.5 MB">
  • general/sysutils/fcron/fcron-config.xml

    rde586a1 rc80bb40  
    1111symbolic links in runlevels 2, 3, 4, and 5.  The final configuation step is to
    1212stop any current fcron processes and start the new fcron.  A yes here will stop
    13 current fcron processes but will fail to start new fcron.  The following
    14 commands will correct this:</para>
     13current fcron processes and will start the new fcron.  The following
     14commands will overwrite the fcron script with one based upon the BLFS
     15template:</para>
    1516
    1617<para><screen><userinput>cat &gt; /etc/rc.d/init.d/fcron &lt;&lt; "EOF"</userinput>
     
    5455<userinput>EOF
    5556chmod 755 /etc/rc.d/init.d/fcron &amp;&amp;
    56 /etc/rc.d/init.d/fcron start &amp;&amp;
    5757mv /etc/rc.d/rc0.d/K60fcron /etc/rc.d/rc0.d/K08fcron &amp;&amp;
    5858mv /etc/rc.d/rc6.d/K60fcron /etc/rc.d/rc6.d/K08fcron</userinput></screen></para>
  • general/sysutils/fcron/fcron-inst.xml

    rde586a1 rc80bb40  
    2323
    2424<para><screen><userinput>./configure &amp;&amp;
    25 make CC="gcc $CFLAGS" &amp;&amp;
     25make &amp;&amp;
    2626make install</userinput></screen></para>
    2727
     
    3737
    3838<para><screen><userinput>./configure --without-sendmail &amp;&amp;
    39 make CC="gcc $CFLAGS" &amp;&amp;
     39make &amp;&amp;
    4040make install</userinput></screen></para>
    4141
  • general/sysutils/fcron/fcron.ent

    rde586a1 rc80bb40  
    66<!ENTITY fcron-config SYSTEM "fcron-config.xml">
    77<!ENTITY fcron-buildsize "2.7 MB">
    8 <!ENTITY fcron-version "2.9.2">
    9 <!ENTITY fcron-download-http "http://fcron.free.fr/fcron-2.9.2.src.tar.gz">
    10 <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-2.9.2.src.tar.gz">
    11 <!ENTITY fcron-size "368 KB">
     8<!ENTITY fcron-version "2.9.3">
     9<!ENTITY fcron-download-http "http://fcron.free.fr/fcron-2.9.3.src.tar.gz">
     10<!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-2.9.3.src.tar.gz">
     11<!ENTITY fcron-size "372 KB">
Note: See TracChangeset for help on using the changeset viewer.