Changeset 292bc8bf
- Timestamp:
- 09/18/2003 09:21:15 PM (21 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, 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:
- 5e19933
- Parents:
- a504f0aa
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/ncpfs/ncpfs-inst.xml
ra504f0aa r292bc8bf 4 4 <para>Install ncpfs by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/usr --in xludedir=/usr/include \6 <para><screen><userinput>./configure --prefix=/usr --includedir=/usr/include \ 7 7 --mandir=/usr/share/man --datadir=/usr/share && 8 8 make && -
general/sysutils/fcron/fcron-config.xml
ra504f0aa r292bc8bf 2 2 <title>Configuring fcron</title> 3 3 4 <sect3><title> make install script</title>4 <sect3><title>Config files</title> 5 5 6 <para>After the files are installed, the make install script enters into a 7 configuration routine. The first test will be for a group named fcron. If 8 it does not exist, you will be given the command line that the script proposes 9 to run and a prompt for a 'y' or 'n'. This is repeated to create a user named 10 fcron and to install a script in the init.d directory with the appropriate 11 symbolic links in runlevels 2, 3, 4, and 5. The final configuration step is to 12 stop any current fcron processes and start the new fcron. A yes here will stop 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> 6 <para><filename>/etc/fcron.conf</filename>, 7 <filename>/etc/fcron.allow</filename>, 8 <filename>/etc/fcron.deny</filename></para> 16 9 17 <para><screen><userinput>cat > /etc/rc.d/init.d/fcron << "EOF"</userinput> 10 </sect3> 11 12 <sect3><title>Configuration Information</title> 13 14 <para>There are no required changes in any of the config files. 15 Configuration information can be found in the man page for 16 <filename>fcron.conf</filename>.</para> 17 18 <para>Fcron scripts are written using fcrontab. Refer to the man page 19 for fcrontab for proper parameters for your situation.</para> 20 21 <para>Create the boot script with the following:</para> 22 23 <screen><userinput><command>cat > /etc/rc.d/init.d/fcron << "EOF" 18 24 #!/bin/sh 19 25 # Begin $rc_base/init.d/fcron … … 53 59 54 60 # End $rc_base/init.d/fcron 55 <userinput>EOF 56 chmod 755 /etc/rc.d/init.d/fcron && 57 mv /etc/rc.d/rc0.d/K60fcron /etc/rc.d/rc0.d/K08fcron && 58 mv /etc/rc.d/rc6.d/K60fcron /etc/rc.d/rc6.d/K08fcron</userinput></screen></para> 61 EOF 62 chmod 755 /etc/rc.d/init.d/fcron</command></userinput></screen> 63 64 <para>Create the symbolic links to this file in the relevant 65 <filename class="directory">rc.d</filename> directory 66 with the following commands:</para> 67 68 <screen><userinput><command>cd /etc/rc.d/init.d && 69 ln -sf ../init.d/fcron ../rc0.d/K08fcron && 70 ln -sf ../init.d/fcron ../rc2.d/S40fcron && 71 ln -sf ../init.d/fcron ../rc3.d/S40fcron && 72 ln -sf ../init.d/fcron ../rc4.d/S40fcron && 73 ln -sf ../init.d/fcron ../rc5.d/S40fcron && 74 ln -sf ../init.d/fcron ../rc6.d/K08fcron</command></userinput></screen> 75 59 76 </sect3> 60 77 61 <sect3><title>Config files</title>62 63 <para><filename>/etc/fcron.conf</filename>,64 <filename>/etc/fcron.allow</filename>,65 <filename>/etc/fcron.deny</filename></para>66 67 <para>There are no required changes in any of these files.68 Configuration information can be found in the man page for69 <filename>fcron.conf</filename>.</para>70 71 <para>fcron scripts are written using fcrontab. Refer to the man page72 for fcrontab for proper parameters for your situation.</para></sect3>73 74 78 </sect2> 75 -
general/sysutils/fcron/fcron-desc.xml
ra504f0aa r292bc8bf 2 2 <title>Contents</title> 3 3 4 <para>The fcron package contains < userinput>fcron, fcrontab,5 fcronsighup</ userinput> and <userinput>fcrondyn.</userinput></para>4 <para>The fcron package contains <command>fcron, fcrontab, 5 fcronsighup</command> and <command>fcrondyn.</command></para> 6 6 7 7 </sect2> … … 10 10 11 11 <sect3><title>fcron</title> 12 <para> fcronis the scheduling daemon.12 <para><command>fcron</command> is the scheduling daemon. 13 13 </para></sect3> 14 14 15 15 <sect3><title>fcrontab</title> 16 <para> fcrontabis the program used to install, edit, list and remove the17 tables used by fcron.</para></sect3>16 <para><command>fcrontab</command> is the program used to install, edit, list and remove the 17 tables used by <command>fcron</command>.</para></sect3> 18 18 19 19 <sect3><title>fcronsighup</title> 20 <para> fcronsighup instructs fcronto reread the fcron tables.20 <para><command>fcronsighup</command> instructs <command>fcron</command> to reread the fcron tables. 21 21 </para></sect3> 22 22 23 23 <sect3><title>fcrondyn</title> 24 <para> fcrondynis a user tool intended to interact with a running fcron24 <para><command>fcrondyn</command> is a user tool intended to interact with a running fcron 25 25 daemon.</para></sect3> 26 26 27 27 </sect2> 28 -
general/sysutils/fcron/fcron-exp.xml
ra504f0aa r292bc8bf 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version; 5 </userinput> : Can be added IF you have installed openjade and dsssl-stylesheets.</para> 4 <para><command>--without-sendmail</command> : Fcron does not require 5 sendmail to run, but will use it if it is installed to email you the 6 results of the fcron script. If you wish to utilize this feature change 7 the switch to <command>--with-sendmail=/usr/sbin</command>.</para> 6 8 7 <!-- 8 <para><userinput>make CC="gcc $CFLAGS":</userinput> This makes fcron 9 compile using our CFLAGS for optimizations.</para> 10 --> 9 <para><command>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version; 10 </command> : Can be added if you have installed openjade and 11 dsssl-stylesheets to generate the documentation from the DocBook source 12 files.</para> 13 14 <para><command>yes 'n' | make install</command> : After the files are 15 installed, the make install script enters into a configuration routine. 16 The first test will be whether to install a boot script in the <filename 17 class="directory">/etc/rc.d/init.d</filename> directory with the 18 appropriate symbolic links in runlevels 2, 3, 4, and 5. The second is to 19 stop any current fcron processes and start a new one. Since this is 20 probably your first install and we want a boot script based upon the 21 <acronym>BLFS</acronym> template we answer 'n' to both tests.</para> 11 22 12 23 </sect2> 13 -
general/sysutils/fcron/fcron-inst.xml
ra504f0aa r292bc8bf 1 1 <sect2> 2 <title>Installation of fcron</title>2 <title>Installation of <application>fcron</application></title> 3 3 4 <para>Fcron uses the cron facility of syslog to log all messages. Since LFS 5 does not set up this facility in <filename>/etc/syslog.conf</filename>, it needs to be done prior 6 to installing fcron. This command will append the necessary line to the 7 current <filename>/etc/syslog.conf</filename>.</para> 4 <para><application>Fcron</application> uses the cron facility of syslog 5 to log all messages. Since <acronym>LFS</acronym> does not set up this 6 facility in <filename>/etc/syslog.conf</filename>, it needs to be done 7 prior to installing fcron. This command will append the necessary line 8 to the current <filename>/etc/syslog.conf</filename>.</para> 8 9 9 < para><screen><userinput>cat >> /etc/syslog.conf << "EOF"</userinput>10 <screen><userinput><command>cat >> /etc/syslog.conf << "EOF" 10 11 # Begin fcron addition to /etc/syslog.conf 11 12 … … 13 14 14 15 # End fcron addition 15 <userinput>EOF</userinput></screen></para>16 EOF</command></userinput></screen> 16 17 17 18 <para>The configuration file has been modified, so reloading the sysklogd 18 19 daemon will activate the changes.</para> 19 20 20 < para><screen><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen></para>21 <screen><userinput><command>/etc/rc.d/init.d/sysklogd reload</command></userinput></screen> 21 22 22 <para>Install fcron by running the following commands:</para> 23 <para>For security reasons, we need to create an unpriviledged user and 24 group for <application>fcron</application>:</para> 23 25 24 <para><screen><userinput>./configure && 26 <screen><userinput><command>groupadd fcron && 27 useradd -c fcron -g fcron fcron</command></userinput></screen> 28 29 <para>Install <application>fcron</application> by running the following commands:</para> 30 31 <screen><userinput><command>./configure --without-sendmail && 25 32 make && 26 make install</userinput></screen></para>33 yes 'n' | make install</command></userinput></screen> 27 34 28 35 </sect2> 29 30 <sect2>31 32 <title>Install fcron without MTA </title>33 34 <para>Fcron does not require a mail transfer agent (MTA) to run, but will35 use one if it is installed to email you the results of the fcron script. If36 you wish to install without a MTA, run the following commands:</para>37 38 <para><screen><userinput>./configure --without-sendmail &&39 make &&40 make install</userinput></screen></para>41 42 </sect2>43 -
general/sysutils/fcron/fcron-intro.xml
ra504f0aa r292bc8bf 1 1 <sect2> 2 <title>Introduction to fcron</title>2 <title>Introduction to <application>fcron</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&fcron-download-http;"/> 5 Download location (FTP): <ulink url="&fcron-download-ftp;"/> 6 Version used: &fcron-version; 7 Package size: &fcron-size; 8 Estimated Disk space required: &fcron-buildsize;</screen> 9 10 <para>The fcron package contains the fcron daemon. "It 4 <para>The <application>fcron</application> package contains the fcron daemon. "It 11 5 is a periodical command scheduler which aims at replacing Vixie 12 6 Cron." </para> 13 7 14 <screen>fcron recommends: 15 local mail system (<xref linkend="sendmail"/> or <xref linkend="postfix"/>, for example) 16 fcron utilizes: 17 <xref linkend="Linux_PAM"/>, <xref linkend="openjade"/> and <xref linkend="docbook-dsssl"/></screen> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&fcron-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&fcron-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &fcron-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &fcron-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &fcron-time;</para></listitem></itemizedlist> 15 </sect3> 16 17 <sect3><title><application>fcron</application> dependencies</title> 18 <sect4><title>Optional</title> 19 <para><xref linkend="sendmail"/>, <xref linkend="Linux_PAM"/>, <xref 20 linkend="openjade"/> and <xref linkend="docbook-dsssl"/> 21 </para></sect4> 22 </sect3> 18 23 19 24 </sect2> -
general/sysutils/fcron/fcron.ent
ra504f0aa r292bc8bf 5 5 <!ENTITY fcron-desc SYSTEM "fcron-desc.xml"> 6 6 <!ENTITY fcron-config SYSTEM "fcron-config.xml"> 7 <!ENTITY fcron-buildsize " 2.7MB">7 <!ENTITY fcron-buildsize "3.3 MB"> 8 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"> 9 <!ENTITY fcron-download-http "http://fcron.free.fr/fcron-&fcron-version;.src.tar.gz"> 10 <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz"> 11 <!ENTITY fcron-size "365 KB"> 12 <!ENTITY fcron-time "0.11 SBU"> -
introduction/welcome/changelog.xml
ra504f0aa r292bc8bf 11 11 <itemizedlist> 12 12 13 <listitem><para>Septerber 18th, 2003 [larry]: updated to 13 <listitem><para>September 18th, 2003 [igor]: updated instructions 14 for fcron-2.9.3.</para></listitem> 15 16 <listitem><para>September 18th, 2003 [larry]: updated to 14 17 gal-0.24.</para></listitem> 15 18
Note:
See TracChangeset
for help on using the changeset viewer.