summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-12 12:29:38 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-12 12:29:38 +0000
commitd47df30f43b630decb5b522c43e0a0683a5aee82 (patch)
tree0f26f697d030ca51bfe888e3dd30552eee9b511a /perl-install/standalone/drakconnect
parente4caee01567512d4f7751f8614d4d3541a062a62 (diff)
downloaddrakx-backup-do-not-use-d47df30f43b630decb5b522c43e0a0683a5aee82.tar
drakx-backup-do-not-use-d47df30f43b630decb5b522c43e0a0683a5aee82.tar.gz
drakx-backup-do-not-use-d47df30f43b630decb5b522c43e0a0683a5aee82.tar.bz2
drakx-backup-do-not-use-d47df30f43b630decb5b522c43e0a0683a5aee82.tar.xz
drakx-backup-do-not-use-d47df30f43b630decb5b522c43e0a0683a5aee82.zip
(network::tools::is_dynamic_ip) consolidate test for any dynamic interface
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 0c5c26d43..83814c2a1 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -355,7 +355,7 @@ sub update_list() {
}
sub apply() {
- network::sethostname($netc) if every { $_->{BOOTPROTO} eq "static" } values %$intf;
+ network::sethostname($netc) if is_dynamic_ip($intf);
$netcnx->{type} eq 'modem' and network::modem::ppp_configure($in, $netcnx->{$netcnx->{type}});
$netcnx->{type} eq 'isdn_internal' and network::isdn::isdn_write_config_backend($netcnx->{$netcnx->{type}}, $netc, $netcnx); #$light