Changeset 9a4c0d91
- Timestamp:
- 10/05/2019 10:11:21 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b0b73b1
- Parents:
- c814c14
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc814c14 r9a4c0d91 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "05"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 4th, &year;">9 <!ENTITY releasedate "October 5th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/fcron.xml
rc814c14 r9a4c0d91 135 135 --localstatedir=/var \ 136 136 --without-sendmail \ 137 --with-piddir=/run \ 137 138 --with-boot-install=no && 138 139 make</userinput></screen> … … 143 144 144 145 <screen role="root"><userinput>make install</userinput></screen> 145 146 <para revision="systemd">Finally, fix a big in the systemd unit:</para>147 148 <screen revision="systemd" role="root"><userinput>sed -i 's:/var/run/fcron.pid:/run/fcron.pid:' \149 /lib/systemd/system/fcron.service</userinput></screen>150 146 151 147 <para>DESTDIR install must be done as <systemitem class="username">root</systemitem> user.</para> … … 170 166 <para><parameter>--with-boot-install=no</parameter>: This prevents 171 167 installation of the bootscript included with the package.</para> 168 169 <para revision="systemd"><parameter>--with-piddir=/run</parameter>: 170 This fixes the systemd unit to use the proper directory for PID files so 171 that systemctl does not hang and the unit starts correctly.</para> 172 172 173 173 <para revision="sysv"><parameter>--with-systemdsystemunitdir=no</parameter>: -
introduction/welcome/changelog.xml
rc814c14 r9a4c0d91 42 42 </listitem> 43 43 --> 44 <listitem revision="systemd"> 45 <!-- The next person to make a change that affects both init systems today 46 needs to adjust accordingly. --> 47 <para>October 5th, 2019</para> 48 <itemizedlist> 49 <listitem> 50 <para>[renodr] - Update the fcron page to use a cleaner and more 51 effective method of updating the PID directory in the fcron systemd 52 unit.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 44 57 <listitem> 45 58 <para>October 4th, 2019</para>
Note:
See TracChangeset
for help on using the changeset viewer.