Ignore:
Timestamp:
07/30/2017 09:46:53 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
f02583f
Parents:
3d0c0f8
Message:

Fix Cups-2.2.4 failure to find printers when no default printer is defined

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r3d0c0f8 r8f26838  
    204204    </para>
    205205
     206<!-- Remove for cups-2.2.5 -->
     207    <para>
     208      Fix a regression in CUPS-2.2.4:
     209    </para>
     210
     211<screen><userinput>sed -i '2062,2069d' cups/dest.c</userinput></screen>
    206212
    207213<!--  This does not appear to be needed any more, but leaving it in as
     
    218224    <!-- docdir is also document root for cups administration interface, so
    219225    let's just put it in /usr/share/cups/doc-&cups-version; and create symlink
    220     in /usr/share/doc/cups-&cups-version;
    221 
    222     When not using libdir switch, CUPS will install libraries into /usr/lib64
    223     on a 64 bit system, and since /usr/lib64 is symlink to /usr/lib it might
    224     introduce some difficulties with packaging -->
     226    in /usr/share/doc/cups-&cups-version;-->
    225227
    226228    <para>
     
    293295    <title>Command Explanations</title>
    294296
    295     <para>
    296       <!-- hopefully, 2.2.2 only - https://github.com/apple/cups/issues/4947 -->
     297<!-- See comment about this above
     298    <para>
    297299      <command>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</command>: when this
    298300      version of <application>cups</application> is compiled without kerberos
     
    300302      <filename>/etc/cups/cupsd.conf</filename>. But the daemon will error out
    301303      because it does not understand that entry, so remove it.
     304    </para>
     305-->
     306<!-- Remove for cups-2.2.5 -->
     307    <para>
     308      <command>sed ... cups/dest.c</command>: Fix a regression in cups-2.2.4,
     309      which prevents finding printers when no default printer is defined.
    302310    </para>
    303311
Note: See TracChangeset for help on using the changeset viewer.