No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / dhcpcd / dist / dhcpcd-hooks / 01-test
blobb46d40050bf2b2df6f760246634c4786ba503d62
1 # Just echo our DHCP options we have
3 if [ "$reason" = "TEST" ]; then
4         set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
5         set | grep "^\(new_\|old_\)" | sort
6 fi