blob: 3c1566445dbd66ef15c7dc43227b294e95867e46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1999-12-19 Pixel <pixel@mandrakesoft.com>
* install2.pm (configureX): write current fstab and conf.modules
before X configuration (da
* install_any.pm (install_urpmi): added
$SIG{CHLD} = 'IGNORE';
fork and exec("gzip", "-9", $f) || c::_exit(1);
may cause problems?
* install2.pm (main): moved updating things for kde in
install_steps::afterInstallPackages
* install2.pm (main): moved msec in in addToBeDone after
doInstallStep in install2::miscellaneous
|