# HG changeset patch # User Christopher Rogers # Date 1298814254 0 # Node ID cab40ed8020d6a1b8b8a979cef17f6643875bacb # Parent fdc35059afd9b1592d4f7d26f185c251954363ed Made lighttpd and lighttpd-ssl only backup vhosts.conf and lighttpd.conf in /etc/lighttpd folder. Doesn't need to backup full /etc/lighttpd folder cause only those files would be affected. diff -r fdc35059afd9 -r cab40ed8020d lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Sun Feb 27 11:39:28 2011 +0000 +++ b/lighttpd-ssl/receipt Sun Feb 27 13:44:14 2011 +0000 @@ -12,7 +12,7 @@ TARBALL="$SOURCE-$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 /etc/ssl/lighttpd" +CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" PROVIDE="lighttpd" BASE_MODULES=" access diff -r fdc35059afd9 -r cab40ed8020d lighttpd/receipt --- a/lighttpd/receipt Sun Feb 27 11:39:28 2011 +0000 +++ b/lighttpd/receipt Sun Feb 27 13:44:14 2011 +0000 @@ -11,7 +11,7 @@ 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" +CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" BASE_MODULES=" access accesslog