From de6e60435383dbebc186933d54b1b9bc68aba118 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Fri, 22 Aug 2003 21:29:12 +0000 Subject: fix the IFCFG reset of PATH env var which breaks packages installation --- client_wizard/Bind_client.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'client_wizard/Bind_client.pm') diff --git a/client_wizard/Bind_client.pm b/client_wizard/Bind_client.pm index 4eff26d8..a29a6b23 100755 --- a/client_wizard/Bind_client.pm +++ b/client_wizard/Bind_client.pm @@ -19,15 +19,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -package Bind_client; +package MDK::Wizard::Bind_client; +use lib qw(/usr/lib/libDrakX); use strict; -use standalone; -use interactive; use common; use MDK::Wizard::Wizcommon; -my $wiz = new Wizcommon; +my $wiz = new MDK::Wizard::Wizcommon; my $wiz_ip_server = $wiz->{net}->itf_get("IPADDR"); my $wiz_domain_name = $wiz->{net}->network_get("DOMAINNAME"); -- cgit v1.2.1