Changeset 9c6c28d for pst


Ignore:
Timestamp:
05/21/2023 01:50:35 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
eeb331f8
Parents:
b02022b7
Message:

cups: Add --with-rundir=/run/cups to avoid deprecated /var/run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    rb02022b7 r9c6c28d  
    216216            --disable-systemd            \
    217217            --with-rcdir=/tmp/cupsinit   \
     218            --with-rundir=/run/cups      \
    218219            --with-system-groups=lpadmin \
    219220            --with-docdir=/usr/share/cups/doc-&cups-version; &amp;&amp;
     
    221222
    222223<screen revision="systemd"><userinput>./configure --libdir=/usr/lib            \
     224            --with-rundir=/run/cups      \
    223225            --with-system-groups=lpadmin \
    224226            --with-docdir=/usr/share/cups/doc-&cups-version; &amp;&amp;
     
    264266    <title>Command Explanations</title>
    265267
    266     <para>
    267       <command>sed ... configure</command>: This sed removes a compiler
    268       option which is no longer supported. Leaving this change out, the
    269       compilation will run thru but a warning about an invalid
    270       warning option will be emitted on every compiler invocation.
    271     </para>
    272 <!--
    273     <para>
    274       <command>sed ... tools/ipptool.c</command>: This sed fixes a bug caused
    275       by glibc-2.30 changing the userspace API for sockets.
    276     </para>
    277 -->
    278 
    279268    <para revision="sysv">
    280269      <parameter>--disable-systemd</parameter>: Systemd is not supported by
     
    287276      class="directory">/tmp</filename> instead of <filename
    288277      class="directory">/etc/rc.d</filename>.
     278    </para>
     279
     280    <para>
     281      <parameter>--with-rundir=/run/cups</parameter>: This switch prevents
     282      the package from referring to the deprecated
     283      <filename class='directory'>/var/run</filename> directory.
    289284    </para>
    290285
Note: See TracChangeset for help on using the changeset viewer.