Changeset c80bb40 for general/sysutils/fcron/fcron-config.xml
- Timestamp:
- 11/07/2002 04:27:00 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b59c671
- Parents:
- de586a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.