Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > f81090378c66797298d5cd6d4575a7c6 > files > 1

dhcp-4.3.2-1.mga5.src.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