diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-23 23:30:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-23 23:30:54 +0000 |
commit | 041bce7f1ab685a4290865e4eb2c2f5d2aaac285 (patch) | |
tree | d7305d5a8fb789cffc0c4795cc3ff7eff2b8585f /perl-install/any.pm | |
parent | 61b38e21c24cb2537b7105f5867745d0a569ec6f (diff) | |
download | drakx-041bce7f1ab685a4290865e4eb2c2f5d2aaac285.tar drakx-041bce7f1ab685a4290865e4eb2c2f5d2aaac285.tar.gz drakx-041bce7f1ab685a4290865e4eb2c2f5d2aaac285.tar.bz2 drakx-041bce7f1ab685a4290865e4eb2c2f5d2aaac285.tar.xz drakx-041bce7f1ab685a4290865e4eb2c2f5d2aaac285.zip |
no_comment
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index e4eed4c78..ca533b787 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -251,12 +251,9 @@ sub setAutologin { sub writeandclean_ldsoconf { my ($prefix) = @_; my $file = "$prefix/etc/ld.so.conf"; - - log::l("before: ", cat_($file)); output $file, grep { !m|^(/usr)?/lib$| } #- no need to have /lib and /usr/lib in ld.so.conf uniq cat_($file), "/usr/X11R6/lib\n"; - log::l("after: ", cat_($file)); } sub shells { |