Annotation of badi/public_scripts/dhcp3/dhclient-enter-hooks.d/reasoner, revision 1.2

1.1       adi         1: 
                      2: # dhclient-enter-hook: reasoner
                      3: 
1.2     ! adi         4: RUN="yes"
        !             5: 
        !             6: if [ "$RUN" = "yes" ]; then
        !             7:        # Print reason DHCP is executed.
        !             8:        echo "dhclient: Acting because of $reason"
        !             9: fi

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