X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fnagios;h=a9cef536f750de9f8ff53ed4ca5a15056013a9e0;hp=c2affea31abf142286f08944f22628ed78bcbf49;hb=21b21d95a2c91ce235fe5705b0e5d2fbe6c396fe;hpb=79117dc15f51f12163f061e222bb02d77fa9b06d diff --git a/lfs/nagios b/lfs/nagios index c2affea31..a9cef536f 100644 --- a/lfs/nagios +++ b/lfs/nagios @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2012 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios PAK_VER = 2 -DEPS = "traceroute libtool" +DEPS = "traceroute" ############################################################################### # Top-level Rules @@ -103,7 +103,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_SRC)/nagios-plugins* && ./configure --prefix=/usr \ --libexecdir=/usr/lib/nagios \ --with-nagios-user=nobody --with-nagios-group=nobody - cd $(DIR_SRC)/nagios-plugins* && make $(MAKETUNING) + cd $(DIR_SRC)/nagios-plugins* && make cd $(DIR_SRC)/nagios-plugins* && make install chown -R nobody:nobody /var/nagios ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/S67nagios @@ -111,6 +111,3 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -s /etc/init.d/nagios /etc/rc.d/rc6.d/K33nagios @rm -rf $(DIR_APP) @$(POSTBUILD) - - -