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/logdrake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 78c35b541..f9273c4ad 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -59,7 +59,6 @@ $::isInstall and die "Not supported during install.\n"; my $in = 'interactive'->vnew('su', 'default'); -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; if ($::isEmbedded) { print "EMBED\n"; print "parent XID\t$::XID\n"; @@ -555,6 +554,11 @@ sub destroy_window { # log # $Log$ +# Revision 1.18 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.17 2002/07/26 11:23:39 daouda # - more consistency when back button hit in wizard mode # - back button at last stage. -- cgit v1.2.1