X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnagiosql;h=4f31821436a6022e37c1360b1969523acf08e1e0;hb=111c99ddfa3632a8c2788b9c6d70c5e6d8a1dfd4;hp=1157ee2e8f5731c20f53ce97322e45e4e4da1fd4;hpb=1251dbfb08329440e694469f9ab25dd8fadcd8dd;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/nagiosql b/lfs/nagiosql index 1157ee2e8..4f3182143 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)