Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856648
en ru br
ALT Linux repos
S:4.4.3.P1-alt1
5.0: 3.0.7-alt1
4.1: 3.0.6-alt2.M41.1
4.0: 3.0.6-alt1
3.0: 3.0.2-alt1

Group :: System/Servers
RPM: dhcp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh
for f in /etc/dhcp/dhclient.d/en*; do
[ -x "$f" ] || continue
# Don't run *.rpm* and *~ scripts
[ "${f%.rpm*}" = "$f" -a "${f%\~}" = "$f" ] || continue
. "$f"
done
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin