mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10957 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9301a07f07
commit
99a99c666c
@ -360,7 +360,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY dbus-glib-version "0.100">
|
||||
<!ENTITY dbus-python-version "1.1.1">
|
||||
<!ENTITY eject-version "2.1.5">
|
||||
<!ENTITY fcron-version "3.0.6">
|
||||
<!ENTITY fcron-version "3.1.1">
|
||||
<!ENTITY gpm-version "1.20.7">
|
||||
<!ENTITY hdparm-version "9.42">
|
||||
<!ENTITY ibus-version "1.5.1">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz">
|
||||
<!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz">
|
||||
<!ENTITY fcron-md5sum "69ebcb41921e2a282f41ebecb3a27053">
|
||||
<!ENTITY fcron-size "540 KB">
|
||||
<!ENTITY fcron-md5sum "230b91f308e6012957a3a71a94f03838">
|
||||
<!ENTITY fcron-size "583 KB">
|
||||
<!ENTITY fcron-buildsize "3.6 MB">
|
||||
<!ENTITY fcron-time "0.1 SBU">
|
||||
]>
|
||||
@ -108,6 +108,12 @@ EOF</userinput></screen>
|
||||
<screen role="root"><userinput>groupadd -g 22 fcron &&
|
||||
useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron</userinput></screen>
|
||||
|
||||
<para><application>Fcron</application> does not handle the <option>--without-sendmail</option>
|
||||
option correctly. Fix it by running he following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i.bak 's/x"$USE_SENDMAIL" != x ;/x"$USE_SENDMAIL" != x0 ;/' configure &&
|
||||
sed -i.bak '/clear_forcemail(cl->cl_option);/d' fileconf.c</userinput></screen>
|
||||
|
||||
<para>Install <application>Fcron</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
|
@ -60,6 +60,9 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - Xorg Intel Driver 2.20.19.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - fcron 3.1.1.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user