Files
meta-openembedded/meta-oe/recipes-connectivity/avahi/files/00avahi-autoipd
Koen Kooi af1fcab7f0 avahi-ui: add 0.6.30
Reuse as much as possible from oe-core

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-10 15:46:20 +02:00

11 lines
180 B
Bash

#!/bin/sh
[ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1
case "$1" in
deconfig|renew|bound)
/usr/sbin/avahi-autoipd -k $interface 2> /dev/null
;;
esac