- Timestamp:
- 11/07/2002 04:27:00 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b59c671
- Parents:
- de586a1
- Location:
- general
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib/glib.ent
rde586a1 rc80bb40 18 18 <!ENTITY GLib2-version "2.0.7"> 19 19 <!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"> 21 21 <!ENTITY GLib2-size "1.5 MB"> -
general/sysutils/fcron/fcron-config.xml
rde586a1 rc80bb40 11 11 symbolic links in runlevels 2, 3, 4, and 5. The final configuation step is to 12 12 stop 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> 13 current fcron processes and will start the new fcron. The following 14 commands will overwrite the fcron script with one based upon the BLFS 15 template:</para> 15 16 16 17 <para><screen><userinput>cat > /etc/rc.d/init.d/fcron << "EOF"</userinput> … … 54 55 <userinput>EOF 55 56 chmod 755 /etc/rc.d/init.d/fcron && 56 /etc/rc.d/init.d/fcron start &&57 57 mv /etc/rc.d/rc0.d/K60fcron /etc/rc.d/rc0.d/K08fcron && 58 58 mv /etc/rc.d/rc6.d/K60fcron /etc/rc.d/rc6.d/K08fcron</userinput></screen></para> -
general/sysutils/fcron/fcron-inst.xml
rde586a1 rc80bb40 23 23 24 24 <para><screen><userinput>./configure && 25 make CC="gcc $CFLAGS"&&25 make && 26 26 make install</userinput></screen></para> 27 27 … … 37 37 38 38 <para><screen><userinput>./configure --without-sendmail && 39 make CC="gcc $CFLAGS"&&39 make && 40 40 make install</userinput></screen></para> 41 41 -
general/sysutils/fcron/fcron.ent
rde586a1 rc80bb40 6 6 <!ENTITY fcron-config SYSTEM "fcron-config.xml"> 7 7 <!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 "3 68KB">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.