From 682059c80e5344ccb27a04cda7ae62adf16af19d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 4 Jun 2010 06:53:56 +0000 Subject: main/nagios: moved /etc/lighttpd-nagios.conf to /etc/lighttpd/nagios.conf --- main/nagios/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/nagios/APKBUILD b/main/nagios/APKBUILD index 1bde07a882..37ac05db46 100644 --- a/main/nagios/APKBUILD +++ b/main/nagios/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=nagios pkgver=3.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Popular monitoring tool" url="http://www.nagios.org/" license="GPL-2" @@ -50,7 +50,7 @@ web() { #depends="php lighttpd" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/share "$subpkgdir"/usr/ - install -m644 -D "$srcdir"/lighttpd-nagios.conf "$subpkgdir"/etc/lighttpd-nagios.conf + install -m644 -D "$srcdir"/lighttpd-nagios.conf "$subpkgdir"/etc/lighttpd/nagios.conf } md5sums="d4655ee8c95c9679fd4fd53dac34bbe3 nagios-3.2.1.tar.gz -- cgit v1.2.3