summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-02-08 10:11:37 +0000
committerdamien <damien@mandriva.com>2001-02-08 10:11:37 +0000
commitaca4c306be5e8d757fbac86c9de3f6f3862cc471 (patch)
tree3f63882e84775916b5aea7a54a2ad142dfc567d8 /perl-install/standalone/drakgw
parent842c74ed3d9e2396cf1fb85f14e34258bbd13cd6 (diff)
downloaddrakx-aca4c306be5e8d757fbac86c9de3f6f3862cc471.tar
drakx-aca4c306be5e8d757fbac86c9de3f6f3862cc471.tar.gz
drakx-aca4c306be5e8d757fbac86c9de3f6f3862cc471.tar.bz2
drakx-aca4c306be5e8d757fbac86c9de3f6f3862cc471.tar.xz
drakx-aca4c306be5e8d757fbac86c9de3f6f3862cc471.zip
implemented or updated embedded mode
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index cdacba7fc..f3ba6c855 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -23,7 +23,7 @@ use c;
use netconnect;
use detect_devices;
-$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\S*) (\S*)/;
+$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
$::isWizard = "@ARGV" =~ /--wizard/;
local $_ = join '', @ARGV;
@@ -552,6 +552,9 @@ sub quit_global {
#-------------------------------------------------
#- $Log$
+#- Revision 1.21 2001/02/08 10:11:37 damien
+#- implemented or updated embedded mode
+#-
#- Revision 1.20 2001/02/08 07:00:41 damien
#- added embedded and (ugly) wizard mode.
#-