mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
Patch from Cyril Humbert <cyril.humbert@martec.fr> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5483 311d38ba-8fff-0310-9ca6-ca027cbcb966
180 B
180 B
#!/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