Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 3d14e1868929ace52e153f4f8f1bb63e > files > 1

dhcp-client-4.3.2-1.1.mga5.x86_64.rpm

#!/bin/bash
#
# This script contains hooks that will be executed when
# dhclient exits.
#

for hook in /etc/dhclient-exit-hooks.d/*.sh; do
	. "${hook}"
done