diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-31 21:09:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-31 21:09:24 +0000 |
commit | 9976cd1d941453bb58490eed176d2f693c3ce049 (patch) | |
tree | 3607e83c4407b89c067ebce8decb5756b23a2508 /perl-install/standalone/drakedm | |
parent | 6f55336aaccdde0f5a78ac3b818249997e8eff57 (diff) | |
download | drakx-9976cd1d941453bb58490eed176d2f693c3ce049.tar drakx-9976cd1d941453bb58490eed176d2f693c3ce049.tar.gz drakx-9976cd1d941453bb58490eed176d2f693c3ce049.tar.bz2 drakx-9976cd1d941453bb58490eed176d2f693c3ce049.tar.xz drakx-9976cd1d941453bb58490eed176d2f693c3ce049.zip |
explanations now work again thanks to pixel, no need to duplicate them
Diffstat (limited to 'perl-install/standalone/drakedm')
-rw-r--r-- | perl-install/standalone/drakedm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 6ddb6f93c..7e6a824ea 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -57,7 +57,6 @@ several different X sessions on your local machine at the same time.")), ] ) ) { - log::explanations("modified file $cfg_file"); ! -x $dm{$dm}[1] and do { $in->do_pkgs->ensure_is_installed($dm{$dm}[2], $dm{$dm}[1]) or goto start }; substInFile { s/^(DISPLAYMANAGER)=.*(\n|)//; |