void-packages/srcpkgs/dhcp/files/dhclient/run

5 lines
71 B
Bash

#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec dhclient ${OPTS:=-d}