From a33199f06367fc95e9fc87c07800617d7948bcea Mon Sep 17 00:00:00 2001 From: Peter Pfeiffer Date: Fri, 3 Jul 2009 13:52:37 -0400 Subject: [PATCH] Add deps for NagiosQL --- lfs/nagiosql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nagiosql b/lfs/nagiosql index 1157ee2e8f..4f31821436 100644 --- a/lfs/nagiosql +++ b/lfs/nagiosql @@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/nagiosql-$(VER) PROG = nagiosql PAK_VER = 1 -DEPS = "nagios" +DEPS = "nagios mysql" ############################################################################### # Top-level Rules @@ -85,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -vf $(DIR_SRC)/config/nagiosql/nagios.conf /etc/httpd/conf/vhosts.d/ cp -vrf $(DIR_SRC)/config/nagiosql/pear/HTML /usr/lib/php cp -vrf $(DIR_SRC)/config/nagiosql/etc / - chown -R nobody /etc/nagiosql + chown -R nobody:nobody /etc/nagiosql chown nobody /usr/share/nagiosql/config @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2