Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 610cea300eee30e41711bcbcf266bbff > files > 1

dhcp-4.3.3P1-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