From 79d226c48d6de4f26c604ddbd0ce769a58d548c6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 31 Jul 2002 23:10:55 +0000 Subject: Handle parsing --embedded command line in standalone.pm => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ --- perl-install/standalone/drakgw | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 5dbb87c11..c16ec4514 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -34,8 +34,6 @@ use network::netconnect; $::isInstall and die "Not supported during install.\n"; -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; - local $_ = join '', @ARGV; /-h/ and die "usage: drakgw [--version]\n"; @@ -613,6 +611,11 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.64 2002/07/31 23:10:55 prigaux +#- Handle parsing --embedded command line in standalone.pm +#- => allows to remove the somewhat mythical +#- $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ +#- #- Revision 1.63 2002/07/31 11:59:03 prigaux #- make new perl_checker happy #- -- cgit v1.2.1