Ignore:
Timestamp:
03/06/2019 09:51:16 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
365a829
Parents:
cd94015
Message:

Add a sed to fix postfix with linux5.
Update node.js-10.15.3.
Update cbindgen-0.8.2.
Update to totem-pl-parser-3.26.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21290 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    rcd94015 r1b6c879  
    258258    <sect3>
    259259      <title>Installing Postfix</title>
     260
     261      <para>Now fix a file to work with Linux-5.x.</para>
     262
     263<screen><userinput>sed -i -e 's/\$RELEASE_MAJOR/3/' \
     264       -e '/Linux..3/s/34/345/' makedefs</userinput></screen>
    260265
    261266      <para>
Note: See TracChangeset for help on using the changeset viewer.