Changeset 99a99c6
- Timestamp:
- 01/21/2013 06:40:05 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f8edbebd
- Parents:
- 9301a07
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9301a07 r99a99c6 361 361 <!ENTITY dbus-python-version "1.1.1"> 362 362 <!ENTITY eject-version "2.1.5"> 363 <!ENTITY fcron-version "3. 0.6">363 <!ENTITY fcron-version "3.1.1"> 364 364 <!ENTITY gpm-version "1.20.7"> 365 365 <!ENTITY hdparm-version "9.42"> -
general/sysutils/fcron.xml
r9301a07 r99a99c6 7 7 <!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz"> 8 8 <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz"> 9 <!ENTITY fcron-md5sum " 69ebcb41921e2a282f41ebecb3a27053">10 <!ENTITY fcron-size "5 40KB">9 <!ENTITY fcron-md5sum "230b91f308e6012957a3a71a94f03838"> 10 <!ENTITY fcron-size "583 KB"> 11 11 <!ENTITY fcron-buildsize "3.6 MB"> 12 12 <!ENTITY fcron-time "0.1 SBU"> … … 108 108 <screen role="root"><userinput>groupadd -g 22 fcron && 109 109 useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron</userinput></screen> 110 111 <para><application>Fcron</application> does not handle the <option>--without-sendmail</option> 112 option correctly. Fix it by running he following commands:</para> 113 114 <screen><userinput>sed -i.bak 's/x"$USE_SENDMAIL" != x ;/x"$USE_SENDMAIL" != x0 ;/' configure && 115 sed -i.bak '/clear_forcemail(cl->cl_option);/d' fileconf.c</userinput></screen> 110 116 111 117 <para>Install <application>Fcron</application> by running the following -
introduction/welcome/changelog.xml
r9301a07 r99a99c6 61 61 <para>[krejzi] - Xorg Intel Driver 2.20.19.</para> 62 62 </listitem> 63 <listitem> 64 <para>[thomas] - fcron 3.1.1.</para> 65 </listitem> 63 66 </itemizedlist> 64 67 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.