Dominique Leuenberger
81703027d5
- Add avahi-move-everything-to-run.patch: move everything (socket and pid files) to /run. OBS-URL: https://build.opensuse.org/request/show/150131 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=94
27 lines
776 B
Diff
27 lines
776 B
Diff
Index: avahi-0.6.31/configure
|
|
===================================================================
|
|
--- avahi-0.6.31.orig/configure
|
|
+++ avahi-0.6.31/configure
|
|
@@ -22710,7 +22710,7 @@ _ACEOF
|
|
#
|
|
# Avahi runtime dir
|
|
#
|
|
-avahi_runtime_dir="${localstatedir}/run"
|
|
+avahi_runtime_dir="/run"
|
|
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
|
|
|
|
|
|
Index: avahi-0.6.31/configure.ac
|
|
===================================================================
|
|
--- avahi-0.6.31.orig/configure.ac
|
|
+++ avahi-0.6.31/configure.ac
|
|
@@ -956,7 +956,7 @@ AC_DEFINE_UNQUOTED(AVAHI_AUTOIPD_GROUP,"
|
|
#
|
|
# Avahi runtime dir
|
|
#
|
|
-avahi_runtime_dir="${localstatedir}/run"
|
|
+avahi_runtime_dir="/run"
|
|
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
|
|
AC_SUBST(avahi_runtime_dir)
|
|
AC_SUBST(avahi_socket)
|