Changeset 2e68ced9


Ignore:
Timestamp:
05/08/2022 10:21:05 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
e26e282d
Parents:
664b1e53
git-author:
Xi Ruoyao <xry111@…> (05/08/2022 10:19:48 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/08/2022 10:21:05 AM)
Message:

avahi: use /run instead of /var/run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    r664b1e53 r2e68ced9  
    123123
    124124<screen role="root"><userinput>groupadd -fg 84 avahi &amp;&amp;
    125 useradd -c "Avahi Daemon Owner" -d /var/run/avahi-daemon -u 84 \
     125useradd -c "Avahi Daemon Owner" -d /run/avahi-daemon -u 84 \
    126126        -g avahi -s /bin/false avahi</userinput></screen>
    127127
     
    155155    </para>
    156156
    157 <screen revision="sysv"><userinput>./configure --prefix=/usr        \
    158             --sysconfdir=/etc    \
    159             --localstatedir=/var \
    160             --disable-static     \
    161             --disable-libevent   \
    162             --disable-mono       \
    163             --disable-monodoc    \
    164             --disable-python     \
    165             --disable-qt3        \
    166             --disable-qt4        \
    167             --enable-core-docs   \
    168             --with-distro=none   \
    169             --with-systemdsystemunitdir=no &amp;&amp;
     157<screen revision="sysv"><userinput>./configure \
     158    --prefix=/usr                  \
     159    --sysconfdir=/etc              \
     160    --localstatedir=/var           \
     161    --disable-static               \
     162    --disable-libevent             \
     163    --disable-mono                 \
     164    --disable-monodoc              \
     165    --disable-python               \
     166    --disable-qt3                  \
     167    --disable-qt4                  \
     168    --enable-core-docs             \
     169    --with-distro=none             \
     170    --with-systemdsystemunitdir=no \
     171    --with-dbus-system-address='unix:path=/run/dbus/systemd_bus_socket' &amp;&amp;
    170172make</userinput></screen>
    171173
    172 <screen revision="systemd"><userinput>./configure --prefix=/usr        \
    173             --sysconfdir=/etc    \
    174             --localstatedir=/var \
    175             --disable-static     \
    176             --disable-libevent   \
    177             --disable-mono       \
    178             --disable-monodoc    \
    179             --disable-python     \
    180             --disable-qt3        \
    181             --disable-qt4        \
    182             --enable-core-docs   \
    183             --with-distro=none   &amp;&amp;
     174<screen revision="systemd"><userinput>./configure \
     175    --prefix=/usr        \
     176    --sysconfdir=/etc    \
     177    --localstatedir=/var \
     178    --disable-static     \
     179    --disable-libevent   \
     180    --disable-mono       \
     181    --disable-monodoc    \
     182    --disable-python     \
     183    --disable-qt3        \
     184    --disable-qt4        \
     185    --enable-core-docs   \
     186    --with-distro=none   \
     187    --with-dbus-system-address='unix:path=/run/dbus/systemd_bus_socket' &amp;&amp;
    184188make</userinput></screen>
    185189
     
    249253      daemon fails to start in BLFS, which does not support
    250254      <application>systemd</application>.
     255    </para>
     256
     257    <para>
     258      <parameter>--with-dbus-system-address=...</parameter>: This option
     259      prevents the package from refering to the deprecated
     260      <filename class='directory'>/var/run</filename> directory.
    251261    </para>
    252262
Note: See TracChangeset for help on using the changeset viewer.