# HG changeset patch # User Pascal Bellard # Date 1423397247 -3600 # Node ID 5fef73a70ef22bea8b083d632e73efb36a434edc # Parent 2b274e36aea3506531702d168704605a521a6692 lighttpd, mutt: update CONFIG_FILES (thanks emgi) diff -r 2b274e36aea3 -r 5fef73a70ef2 lighttpd/receipt --- a/lighttpd/receipt Fri Jan 30 16:34:55 2015 +0100 +++ b/lighttpd/receipt Sun Feb 08 13:07:27 2015 +0100 @@ -11,7 +11,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lighttpd.net/" WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" -CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" +CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf \ +/var/www/index.html /var/www/style.css" BASE_MODULES=" access accesslog diff -r 2b274e36aea3 -r 5fef73a70ef2 mutt/receipt --- a/mutt/receipt Fri Jan 30 16:34:55 2015 +0100 +++ b/mutt/receipt Sun Feb 08 13:07:27 2015 +0100 @@ -11,6 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.mutt.org" WGET_URL="ftp://ftp.mutt.org/mutt/devel/$TARBALL" +CONFIG_FILES="/etc/Muttrc /etc/mime.types" # Rules to configure and make the package. compile_rules()