summaryrefslogtreecommitdiffstats
path: root/logdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-02 10:53:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-02 10:53:18 +0000
commit7483aba771482effd795103fda9c294eeb8d0cf6 (patch)
tree8b48764fc74d5b559d9637ffb4d4a63d28afa91f /logdrake
parent5d674a0f921a4f7e6d2113c70520dd25bc2b584e (diff)
downloadcontrol-center-7483aba771482effd795103fda9c294eeb8d0cf6.tar
control-center-7483aba771482effd795103fda9c294eeb8d0cf6.tar.gz
control-center-7483aba771482effd795103fda9c294eeb8d0cf6.tar.bz2
control-center-7483aba771482effd795103fda9c294eeb8d0cf6.tar.xz
control-center-7483aba771482effd795103fda9c294eeb8d0cf6.zip
adapt to new drakxtools standalone.pm which sets $::isEmbedded itself and removing --embedded from @ARGV
Diffstat (limited to 'logdrake')
-rwxr-xr-xlogdrake4
1 files changed, 3 insertions, 1 deletions
diff --git a/logdrake b/logdrake
index 6ba7daa6..fad77921 100755
--- a/logdrake
+++ b/logdrake
@@ -55,7 +55,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";
@@ -508,6 +507,9 @@ sub destroy_window {
# log
# $Log$
+# Revision 1.34 2002/08/02 10:53:18 prigaux
+# adapt to new drakxtools standalone.pm which sets $::isEmbedded itself and removing --embedded from @ARGV
+#
# Revision 1.33 2002/01/31 12:46:16 pablo
# fixed some English typose
#