9 lines
112 B
Text
9 lines
112 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# $FreeBSD$
|
||
|
|
||
|
# Public domain
|
||
|
|
||
|
/sbin/dhclient "$@"
|
||
|
/usr/local/sbin/dhclient -6 -nw -cf /dev/null "$@"
|