View | Details | Raw Unified | Return to bug 4665
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- dhclient-script.orig        2004-06-28 14:35:19 +0400
0
++ dhclient-script     2004-07-03 11:18:17 +0400
Lines 58-64 Link Here
58
[ -f ../network ] && . ../network
58
[ -f ../network ] && . ../network
59
[ -f ../networking/network ] && . ../networking/network
59
[ -f ../networking/network ] && . ../networking/network
60
 
60
 
61
CONFIG=$interface
61
CONFIG=ifcfg-$interface
62
 
62
 
63
[ -f "${CONFIG}" ] || {
63
[ -f "${CONFIG}" ] || {
64
    echo $"$0: configuration for $interface not found." >&2
64
    echo $"$0: configuration for $interface not found." >&2

Return to bug 4665