File:  [Local Repository] / badi / public_scripts / dhcp3 / dhclient-enter-hooks.d / reasoner
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Aug 6 20:09:22 2023 UTC (9 months, 2 weeks ago) by adi
Branches: MAIN
CVS tags: HEAD
off switch


# dhclient-enter-hook: reasoner

RUN="yes"

if [ "$RUN" = "yes" ]; then
	# Print reason DHCP is executed.
	echo "dhclient: Acting because of $reason"
fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>