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

if command -v resolvconf >/dev/null; then
	exec resolvconf -a rdnssd </var/run/rdnssd/resolv.conf
else
	exec "$(dirname "$0")"/merge-hook
fi