mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +02:00
Fix nagioql packagename
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user