wok diff apache/receipt @ rev 5011
use mv instead of cp -a to save RAM (thanks Eric)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun Feb 28 19:46:30 2010 +0000 (2010-02-28) |
parents | 8b98d274afb5 |
children | 3e2abe05c644 |
line diff
1.1 --- a/apache/receipt Sat Dec 26 13:46:27 2009 +0100 1.2 +++ b/apache/receipt Sun Feb 28 19:46:30 2010 +0000 1.3 @@ -13,6 +13,7 @@ 1.4 BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev" 1.5 CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" 1.6 PROVIDE="lighttpd" 1.7 +TAGS="webserver http server" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()