diff options
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 529fdd37e..81eefbbf1 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1079,7 +1079,7 @@ sub install($$$;$$) { if (@killpid) { foreach (@killpid) { my ($prog, @para) = split("\0", cat_("/proc/$_/cmdline")); - log::l("ERROR: DrakX should not have to clean the packages shit. Killing $_: " . join(' ', $prog, @para) . "."); + log::l("ERROR: DrakX should not have to clean the packages shit. Killing $_: " . join(' ', $prog, @para) . ".") if $prog ne '/usr/lib/gconfd-2'; } kill 15, @killpid; sleep 2; |