summaryrefslogtreecommitdiff
blob: 335c6c2707df538addcbab4d8dc0854d741d604b (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -x /sbin/resolvconf ]; then
	exec /sbin/resolvconf -a rdnssd </var/run/rdnssd/resolv.conf
else
	exec "`dirname "$0"`"/merge-hook
fi