From a7cae1f86ecc31bcda201008111ed473c49a6afd Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 23 Aug 2000 22:00:34 +0000 Subject: added constas for network connection --- perl-install/standalone/draknet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index 9b6b9f892..849bf14d0 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw(/usr/lib/libDrakX); +use lib qw ".."; #(/usr/lib/libDrakX); use interactive; use netconnect; @@ -30,7 +30,7 @@ local $_ = join '', @ARGV; #/-h/ and die "usage: DrakFuck[--xf3] [--beginner] [--expert] [--auto] [--noauto] [--skiptest] [--testing]\n"; -my $isdn = {}; +my $netcnx = {}; $::isStandalone = 1; #$::force_xf3 = /-xf3/; @@ -47,6 +47,6 @@ $::isStandalone = 1; my $in = vnew interactive('su'); -netconnect::net_connect('', $isdn, $in, -e "/etc/pcmcia"); +netconnect::net_connect('', $netcnx, $in, -e "/etc/pcmcia"); $in->exit(0); -- cgit v1.2.1