Accepting request 1043964 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1043964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=156factory
commit
2b9d4a7a54
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ "$2" != "lo" ] || exit 0
|
||||
|
||||
if test -f /etc/sysconfig/avahi ; then
|
||||
. /etc/sysconfig/avahi
|
||||
fi
|
||||
|
||||
if test "$AVAHI_AUTOIPD_ENABLE" = "yes" ; then
|
||||
@sbindir@/avahi-autoipd -k $2 2> /dev/null || exit 0
|
||||
fi
|
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ "$2" != "lo" ] || exit 0
|
||||
|
||||
if test -f /etc/sysconfig/avahi ; then
|
||||
. /etc/sysconfig/avahi
|
||||
fi
|
||||
|
||||
if test "$AVAHI_AUTOIPD_ENABLE" = "yes" ; then
|
||||
if test "$AVAHI_AUTOIPD_FORCE_BIND" = "yes" ; then
|
||||
FORCE=" --force-bind"
|
||||
else
|
||||
FORCE=""
|
||||
fi
|
||||
@sbindir@/avahi-autoipd -wD$FORCE $2 2> /dev/null || exit 0
|
||||
fi
|
Loading…
Reference in New Issue