wok diff apache/receipt @ rev 2270

squirrelmail-shared_calendars: fix src path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 18 11:38:05 2009 +0000 (2009-02-18)
parents b42847caa337
children 7a436db659a4
line diff
     1.1 --- a/apache/receipt	Sun Dec 21 11:06:05 2008 +0000
     1.2 +++ b/apache/receipt	Wed Feb 18 11:38:05 2009 +0000
     1.3 @@ -80,6 +80,13 @@
     1.4  
     1.5  
     1.6  EOT
     1.7 +	( cd $1/$INSTALLED/ ; grep -l /etc/apache/conf.d/ */receipt ) | \
     1.8 +	while read file; do
     1.9 +		pkg=$(dirname $file)
    1.10 +		[ "$pkg" = "$PACKAGE" ] && continue
    1.11 +		echo "Reconfiguring $pkg for $PACKAGE..."
    1.12 +		tazpkg reconfigure $pkg
    1.13 +	done
    1.14  	if [ -z "$1" ]; then
    1.15  		for i in lighttpd ; do
    1.16  			[ -f /etc/init.d/$i ] && /etc/init.d/$i stop