10.0
10.1
11.0
11.1
11.2
11.3
12.0
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/inkscape-core-mods
krejzi/svn
lazarus
lxqt
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
xry111/xf86-video-removal
Last change
on this file since c80bb40 was c80bb40, checked in by Larry Lawrence <larry@…>, 21 years ago |
agh! broken cvs, glib typo, fcron update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@374 af4574ff-66df-0310-9fd7-8a98e5e911e0
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | <sect2>
|
---|
2 | <title>Installation of fcron</title>
|
---|
3 |
|
---|
4 | <para>Fcron uses the cron facility of syslog to log all messages. Since LFS
|
---|
5 | does not set up this facility in /etc/syslog.conf, 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>
|
---|
8 |
|
---|
9 | <para><screen><userinput>cat >> /etc/syslog.conf << "EOF"</userinput>
|
---|
10 | # Begin fcron addition to /etc/syslog.conf
|
---|
11 |
|
---|
12 | cron.* -/var/log/cron.log
|
---|
13 |
|
---|
14 | # End fcron addition
|
---|
15 | <userinput>EOF</userinput></screen></para>
|
---|
16 |
|
---|
17 | <para>The configuration file has been modified, so reloading the sysklogd
|
---|
18 | daemon will activate the changes.</para>
|
---|
19 |
|
---|
20 | <para><screen><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen></para>
|
---|
21 |
|
---|
22 | <para>Install fcron by running the following commands:</para>
|
---|
23 |
|
---|
24 | <para><screen><userinput>./configure &&
|
---|
25 | make &&
|
---|
26 | make install</userinput></screen></para>
|
---|
27 |
|
---|
28 | </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 will
|
---|
35 | use one if it is installed to email you the results of the fcron script. If
|
---|
36 | 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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.