wok-undigest rev 403

icinga: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 29 08:57:06 2011 +0200 (2011-08-29)
parents 659d75915cce
children 02c1e6a5ecb1
files icinga/receipt
line diff
     1.1 --- a/icinga/receipt	Mon Aug 29 08:40:53 2011 +0200
     1.2 +++ b/icinga/receipt	Mon Aug 29 08:57:06 2011 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  BUILD_DEPENDS=""
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.icinga.org"
     1.7 -WGET_URL="http://www.icinga.org"
     1.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -21,9 +21,9 @@
    1.13  		--with-htmurl=/icinga \
    1.14  		--with-lockfile=/var/run/icinga.pid \
    1.15  		--with-icinga-user=nobody \
    1.16 -		--with-icinga-grp=nogroup \
    1.17 -		--with-command-user=icinga \
    1.18 -		--with-command-grp=www \
    1.19 +		--with-icinga-group=nogroup \
    1.20 +		--with-command-user=nobody \
    1.21 +		--with-command-group=www \
    1.22  		--exec-prefix=/usr/bin \
    1.23  		--bindir=/usr/bin \
    1.24  		--sbindir=/usr/lib/icinga/cgi \