wok-current diff apache/receipt @ rev 2366
Add gobby (Realtime collaborative text editor)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 05 11:50:28 2009 +0100 (2009-03-05) |
parents | b42847caa337 |
children | 7a436db659a4 |
line diff
1.1 --- a/apache/receipt Sun Dec 21 11:06:05 2008 +0000 1.2 +++ b/apache/receipt Thu Mar 05 11:50:28 2009 +0100 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