Return to reasoner CVS log | Up to [Local Repository] / badi / public_scripts / dhcp3 / dhclient-enter-hooks.d |
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