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