summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/XFdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-24 07:57:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-24 07:57:27 +0000
commita0a8d69342566142e8c8c182e447e4b059d0d562 (patch)
tree426baa50d865cc3ea6cb4613d1b8181691cc7669 /perl-install/standalone/XFdrake
parent4dd9866ad98490d1423b19a475c36cde402f3785 (diff)
downloaddrakx-backup-do-not-use-a0a8d69342566142e8c8c182e447e4b059d0d562.tar
drakx-backup-do-not-use-a0a8d69342566142e8c8c182e447e4b059d0d562.tar.gz
drakx-backup-do-not-use-a0a8d69342566142e8c8c182e447e4b059d0d562.tar.bz2
drakx-backup-do-not-use-a0a8d69342566142e8c8c182e447e4b059d0d562.tar.xz
drakx-backup-do-not-use-a0a8d69342566142e8c8c182e447e4b059d0d562.zip
- clean up embedding; since socket automatically emit plug-added gtk+ signal
when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-xperl-install/standalone/XFdrake3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake
index b8a905b75..5a4b923c2 100755
--- a/perl-install/standalone/XFdrake
+++ b/perl-install/standalone/XFdrake
@@ -35,14 +35,11 @@ local $_ = join '', @ARGV;
my ($configure_this) = grep { !/^-/ } @ARGV;
$configure_this ||= 'everything';
-begin:
{
my $in = 'interactive'->vnew('su', 'X');
modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf';
- $::isEmbedded and kill 'USR2', $::CCPID;
-
my $rc = do {
my $options = { allowNVIDIA_rpms => allowNVIDIA_rpms(), allowFB => listlength(cat_("/proc/fb")) };