Description: symbol links to absent files/catalogs must be archived too. Sergei Butakov --- paco-1.10.12.orig/scripts/pacoball 2006-07-30 15:09:04.000000000 +0600 +++ paco-1.10.12/scripts/pacoball 2007-08-03 18:38:48.000000000 +0600 @@ -238,7 +238,7 @@ chomp(@files); open(TMP, "> $tmp") or die("$me: open(\"$tmp\"): $!\n"); for (@files) { - (-e $_) and print(TMP "$_\n"); + (-l $_ || -e _) and print(TMP "$_\n"); } close(TMP); if (!-s $tmp) {