tazpkg rev 89

Check /var/www too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 19 10:27:48 2008 +0000 (2008-05-19)
parents ba8155966f13
children cedd75bd9d6e
files tazpkg
line diff
     1.1 --- a/tazpkg	Mon May 19 10:07:12 2008 +0000
     1.2 +++ b/tazpkg	Mon May 19 10:27:48 2008 +0000
     1.3 @@ -1267,7 +1267,7 @@
     1.4  				done
     1.5  			done
     1.6  			MSG="No package has installed the following files:\n"
     1.7 -			find /etc /bin /sbin /lib /usr -not -type d | while read file; do
     1.8 +			find /etc /bin /sbin /lib /usr /var/www -not -type d | while read file; do
     1.9  				case "$file" in *\[*) continue;; esac
    1.10  				grep -q "^$file$" */files.list && continue
    1.11  				echo -e "$MSG  $file"