From 041bce7f1ab685a4290865e4eb2c2f5d2aaac285 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 23 Sep 2000 23:30:54 +0000 Subject: no_comment --- perl-install/any.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/any.pm') 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 { -- cgit v1.2.1