summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/XFdrake
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-03-01 00:57:36 +0000
committerdamien <damien@mandriva.com>2001-03-01 00:57:36 +0000
commitaf2c6792ae0d23926fda83440379fe68ceff12c4 (patch)
tree54d40235cdf77f7b5d4f3c8281cedff813c5cef7 /perl-install/standalone/XFdrake
parent0d9b8a42f56021d3f197463970974509721379b4 (diff)
downloaddrakx-backup-do-not-use-af2c6792ae0d23926fda83440379fe68ceff12c4.tar
drakx-backup-do-not-use-af2c6792ae0d23926fda83440379fe68ceff12c4.tar.gz
drakx-backup-do-not-use-af2c6792ae0d23926fda83440379fe68ceff12c4.tar.bz2
drakx-backup-do-not-use-af2c6792ae0d23926fda83440379fe68ceff12c4.tar.xz
drakx-backup-do-not-use-af2c6792ae0d23926fda83440379fe68ceff12c4.zip
updated embedded mode
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-xperl-install/standalone/XFdrake3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake
index e308b3d4b..3e8c6a859 100755
--- a/perl-install/standalone/XFdrake
+++ b/perl-install/standalone/XFdrake
@@ -57,7 +57,8 @@ Xconfig::getinfoFromXF86Config($i) if $0 =~ Xdrakres;
begin:
Xconfig::getinfo($i);
+$::isEmbedded and kill USR2, $::CCPID;
Xconfigurator::main('', $i, $in, 0, sub { $in->standalone::pkgs_install(@_) });
!$::isEmbedded and $in->exit(0);
-kill(USR1, $::CCPID);
+kill USR1, $::CCPID;
goto begin;