diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-05-18 19:35:09 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-05-18 19:35:09 (GMT) |
commit | 83131aa0e5ff9a2cbb6af65cb08f66ab6f8585ef (patch) | |
tree | e6da6bf556d716a2b24b07e22aca4f819fbc5e10 | |
parent | b6fd62622b6b31d81e3059176bc91bf1c2595785 (diff) | |
download | linhes_pkgbuild-83131aa0e5ff9a2cbb6af65cb08f66ab6f8585ef.zip linhes_pkgbuild-83131aa0e5ff9a2cbb6af65cb08f66ab6f8585ef.tar.gz linhes_pkgbuild-83131aa0e5ff9a2cbb6af65cb08f66ab6f8585ef.tar.bz2 |
lighttpd: Prevent conf.include and html.include from being clobbered
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core-testing/lighttpd/__changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index 81019a6..ed6d01e 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -3,8 +3,8 @@ pkgname=lighttpd pkgver=1.4.26 -pkgrel=15 -pkgdesc='a secure, fast, compliant and very flexible web-server' +pkgrel=16 +pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') url="http://www.lighttpd.net/" @@ -16,7 +16,7 @@ optdepends=('libxml2: mod_webdav' \ 'sqlite3: mod_webdav' \ 'gdbm: mod_trigger_b4_dl' \ ) -backup=(etc/lighttpd/lighttpd.conf etc/logrotate.d/lighttpd etc/lighttpd/auth-inc.conf) +backup=(etc/lighttpd/lighttpd.conf etc/logrotate.d/lighttpd etc/lighttpd/auth-inc.conf etc/lighttpd/conf.include etc/lighttpd/html.include) options=('!libtool' 'emptydirs') source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" \ 'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 'auth-inc.conf' \ diff --git a/abs/core-testing/lighttpd/__changelog b/abs/core-testing/lighttpd/__changelog index edef05a..0fe6415 100644 --- a/abs/core-testing/lighttpd/__changelog +++ b/abs/core-testing/lighttpd/__changelog @@ -9,3 +9,6 @@ changed lightttpd.conf to user perl for .cgi (needed for monx)_ added 404 page bummped to version 13 to test redmine #690 + +# by mihanson +Added etc/lighttpd/conf.include and etc/lighttpd/html.include to backup array |