Changeset 05c5319 for xfce/apps


Ignore:
Timestamp:
09/28/2023 04:57:09 AM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
22df483
Parents:
1d81737
git-author:
Douglas R. Reno <renodr@…> (09/27/2023 09:05:56 PM)
git-committer:
Douglas R. Reno <renodr@…> (09/28/2023 04:57:09 AM)
Message:

Tumbler, Thunar, xfce4-notifyd: Remove unnecessary systemd units on SysV
systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/xfce4-notifyd.xml

    r1d81737 r05c5319  
    9393    </para>
    9494
    95 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     95<screen revision="systemd"><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     96make</userinput></screen>
     97
     98<screen revision="sysv"><userinput>./configure --prefix=/usr     \
     99            --sysconfdir=/etc \
     100            --disable-systemd &amp;&amp;
    96101make</userinput></screen>
    97102
Note: See TracChangeset for help on using the changeset viewer.