summaryrefslogtreecommitdiff
path: root/net-misc/ndisc6/files/resolvconf-1
blob: c08aa6a3df19536dc10e16e1fa5b890834e841bb (plain)
1
2
3
4
5
6
7
#!/bin/sh

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