Merge branch 'master' of https://git.maemo.org/projects/udhcp
[udhcp] / samples / sample.deconfig
1 #!/bin/sh
2 # Sample udhcpc deconfig script
3
4 if [ -x /sbin/resolvconf ] ; then 
5         resolvconf -d "${interface}.udhcpc"
6 fi
7 /sbin/ifconfig $interface 0.0.0.0