Fix nagioql packagename

This commit is contained in:
Arne Fitzenreiter
2009-06-01 16:35:01 +02:00
parent 6708761c1a
commit 1251dbfb08
3 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
#etc/nagiosql
etc/nagiosql/.placeholder
#etc/nagiosql/backup
etc/nagiosql/backup/.placeholder
#etc/nagiosql/backup/hosts
etc/nagiosql/backup/hosts/.placeholder
#etc/nagiosql/backup/services
@@ -402,4 +400,4 @@ usr/share/nagiosql
#usr/share/nagiosql/templates/files/timeperiods.tpl.dat
#usr/share/nagiosql/templates/index.tpl.htm
#usr/share/nagiosql/templates/main.tpl.htm
#etc/httpd/conf/vhosts.d/nagios.conf
etc/httpd/conf/vhosts.d/nagios.conf

View File

@@ -219,6 +219,8 @@
* mtools-3.9.10
* mysql-5.0.24a
* nagios-3.0.6
* nagiosql-303
* nagiosql303
* nagiosql303-
* nano-2.0.9
* nasm-0.98.39

View File

@@ -30,8 +30,9 @@ THISAPP = nagiosql$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/nagiosql3
TARGET = $(DIR_INFO)/$(THISAPP)-
PROG = nagiosql-
TARGET = $(DIR_INFO)/nagiosql-$(VER)
PROG = nagiosql
PAK_VER = 1
DEPS = "nagios"