Changeset 724f2002


Ignore:
Timestamp:
03/27/2015 08:08:58 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
a4176e9
Parents:
6034778
Message:

postfix: add a sed so that it will build if running a linux-4.x kernel.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r6034778 r724f2002  
    139139
    140140<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
     141
     142      <para>
     143        If you are running a linux-4.x kernel, apply the following sed to
     144        allow the <command>makedefs</command> script to recognize it:
     145      </para>
     146
     147<screen><userinput>sed -i 's/Linux.3\*/Linux.[34]\*/' makedefs</userinput></screen>
    141148
    142149      <para>
Note: See TracChangeset for help on using the changeset viewer.