[csw-devel] SF.net SVN: gar:[5018] csw/mgar/pkg

j_arndt at users.sourceforge.net j_arndt at users.sourceforge.net
Fri May 22 23:50:48 CEST 2009


Revision: 5018
          http://gar.svn.sourceforge.net/gar/?rev=5018&view=rev
Author:   j_arndt
Date:     2009-05-22 21:50:47 +0000 (Fri, 22 May 2009)

Log Message:
-----------
icinga: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/icinga/
    csw/mgar/pkg/icinga/branches/
    csw/mgar/pkg/icinga/tags/
    csw/mgar/pkg/icinga/trunk/
    csw/mgar/pkg/icinga/trunk/Makefile
    csw/mgar/pkg/icinga/trunk/checksums
    csw/mgar/pkg/icinga/trunk/files/
    csw/mgar/pkg/icinga/trunk/files/CSWicinga.gspec
    csw/mgar/pkg/icinga/trunk/files/CSWicinga.prototype
    csw/mgar/pkg/icinga/trunk/files/cmd.c.diff
    csw/mgar/pkg/icinga/trunk/files/cswicinga
    csw/mgar/pkg/icinga/trunk/files/cswusergroup
    csw/mgar/pkg/icinga/trunk/files/install-opts.diff
    csw/mgar/pkg/icinga/trunk/files/patch.diff


Property changes on: csw/mgar/pkg/icinga/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/icinga/trunk/Makefile
===================================================================
--- csw/mgar/pkg/icinga/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/Makefile	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,96 @@
+GARNAME = icinga
+GARVERSION = 0.8
+CATEGORIES = apps
+
+DESCRIPTION = icinga network monitoring base package (no plugins)
+define BLURB
+endef
+
+SF_PROJ = icinga
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWicinga, prototype)
+DISTFILES += cswicinga
+DISTFILES += cswusergroup
+
+PATCHFILES = cmd.c.diff		# cgi/cmd.c - GNU macro __attribute__ unknown to compiler
+
+PATCHFILES += patch.diff	# http://article.gmane.org/gmane.network.nagios.devel/4726
+				# (Error 2)
+#PATCHFILES += configure.diff	# configure.in
+				# http://unix.derkeiler.com/Mailing-Lists/SunManagers/2004-11/0424.html
+				# -lsunmath is needed in configure for checking of libgd
+PATCHFILES += install-opts.diff	# sets in every Makefile.in "INSTALL_OPT="" (empty)
+				# necessary, so ginstall doesn't get -o and -g options
+
+REQUIRED_PKGS = CSWgd CSWggettextrt CSWglib2 CSWiconv CSWjpeg CSWperl CSWpng CSWzlib CSWcswclassutils
+
+SPKG_CLASSES = none cswusergroup ugfiles cswpreserveconf cswinitsmf
+
+NOISALIST = 1
+
+prefix = $(BUILD_PREFIX)/icinga
+libexecdir = $(BUILD_PREFIX)/libexec/nagios-plugins
+localstatedir = /var/opt/csw/icinga
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --prefix=$(prefix)
+CONFIGURE_ARGS += --exec-prefix=$(exec_prefix)
+CONFIGURE_ARGS += --with-command-user=icinga
+CONFIGURE_ARGS += --with-command-group=icinga
+CONFIGURE_ARGS += --with-httpd-conf=/opt/csw/apache2/etc
+CONFIGURE_ARGS += --enable-embedded-perl
+#CONFIGURE_ARGS += --enable-idoutils # requires libdbi.so
+CONFIGURE_ARGS += --with-checkresult-dir=/var/opt/csw/icinga/spool/checkresults
+CONFIGURE_ARGS += --with-lockfile=/var/opt/csw/icinga/icinga.lock
+
+EXTRA_LIB = $(BUILD_PREFIX)/lib
+
+BUILD_ARGS = all
+
+#ENABLE_CHECK = 0
+
+TEST_TARGET = none
+
+INSTALL_ARGS += install-init
+#INSTALL_ARGS += install-config
+INSTALL_ARGS += install-commandmode
+
+LD_OPTIONS += -R/opt/csw/lib
+LD_OPTIONS -= -R/opt/csw/nagios/lib
+
+include gar/category.mk
+
+DOCS = Changelog INSTALLING README UPGRADING
+DOCDEST = $(DESTDIR)$(BUILD_PREFIX)/share/doc/icinga
+HTTPD_CONF = $(DESTDIR)/opt/csw/apache2/etc
+CFGDIR = $(prefix)/etc
+
+post-install-modulated:
+	@ginstall -m 755 -d $(DOCDEST)
+	@ginstall -m 755 -d $(HTTPD_CONF)
+	@$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);)
+	@ginstall -m 644 $(WORKSRC)/LICENSE $(DOCDEST)
+#	@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
+#	@ginstall -m 755 $(FILEDIR)/cswnagios $(DESTDIR)/etc/opt/csw/init.d/cswnagios
+	@ginstall -m 775 -d $(DESTDIR)$(CFGDIR)
+	@ginstall -m 775 -d $(DESTDIR)$(CFGDIR)/objects
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/README $(DESTDIR)$(CFGDIR)/README
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg.CSW
+	@ginstall -m 644 $(WORKSRC)/sample-config/httpd.conf $(DESTDIR)$(CFGDIR)/httpd-nagios.conf
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg.CSW
+	@ginstall -b -m 660 $(WORKSRC)/sample-config/mrtg.cfg $(DESTDIR)$(CFGDIR)/mrtg.cfg.CSW
+	@ginstall -b -m 660 $(WORKSRC)/sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg.CSW
+	@ginstall -b -m 664 $(WORKSRC)/sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg.CSW
+	@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
+	@ginstall -m 755 $(FILEDIR)/cswicinga $(DESTDIR)/etc/opt/csw/init.d/cswicinga
+	@ginstall -d $(DESTDIR)/opt/csw/etc/pkg/CSWicinga
+	@ginstall -m 644 $(FILEDIR)/cswusergroup $(DESTDIR)/opt/csw/etc/pkg/CSWicinga/cswusergroup
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/icinga/trunk/checksums
===================================================================
--- csw/mgar/pkg/icinga/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/checksums	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,8 @@
+7921a4794699ca9ef28b91e1104cafca  download/CSWicinga.gspec
+a1dd58825fefe2a8b2b3e8cfddd33abd  download/CSWicinga.prototype
+db1163a029a4ff61787f8be18b056c5d  download/cmd.c.diff
+a2c4c937bd3d0c7f2ff5361fb8424ed5  download/cswicinga
+9497da9af448701fef1e8ef4c24515e3  download/cswusergroup
+b3b5d8be92f2c7eb313a5832fb732e47  download/icinga-0.8.tar.gz
+d0acc20a35c59cb643b7d66963b789c5  download/install-opts.diff
+f777e837efcfd649c36a1dcef013580c  download/patch.diff

Added: csw/mgar/pkg/icinga/trunk/files/CSWicinga.gspec
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/CSWicinga.gspec	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/CSWicinga.gspec	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,3 @@
+%var            bitname icinga
+%var            pkgname CSWicinga
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec

Added: csw/mgar/pkg/icinga/trunk/files/CSWicinga.prototype
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/CSWicinga.prototype	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/CSWicinga.prototype	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,250 @@
+d ugfiles /opt/csw/icinga 0755 root bin
+d ugfiles /opt/csw/icinga/bin 0755 icinga icinga
+f ugfiles /opt/csw/icinga/bin/icinga 0754 icinga icinga
+f ugfiles /opt/csw/icinga/bin/icingastats 0754 icinga icinga
+f ugfiles /opt/csw/icinga/bin/p1.pl 0644 icinga icinga
+d ugfiles /opt/csw/icinga/etc 0755 icinga icinga
+f ugfiles /opt/csw/icinga/etc/README 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/cgi.cfg.CSW 0644 icinga icinga
+f ugfiles /opt/csw/icinga/etc/httpd-nagios.conf 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/icinga.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/mrtg.cfg.CSW 0640 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/resource.cfg.CSW 0640 icinga icinga
+d ugfiles /opt/csw/icinga/etc/objects 0755 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/commands.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/contacts.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/localhost.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/printer.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/switch.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/templates.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/timeperiods.cfg.CSW 0644 icinga icinga
+f cswpreserveconf /opt/csw/icinga/etc/objects/windows.cfg.CSW 0644 icinga icinga
+d ugfiles /opt/csw/icinga/sbin 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/avail.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/cmd.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/config.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/extinfo.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/histogram.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/history.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/notifications.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/outages.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/showlog.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/status.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/statusmap.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/statuswml.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/statuswrl.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/summary.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/tac.cgi 0755 icinga icinga
+f ugfiles /opt/csw/icinga/sbin/trends.cgi 0755 icinga icinga
+d ugfiles /opt/csw/icinga/share 0755 icinga icinga
+d ugfiles /opt/csw/icinga/share/contexthelp 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/A7.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/B1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/C1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/D1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/E1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/F1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/G1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/G2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/G3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/G4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/G5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/G6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H7.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/H8.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I7.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I8.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/I9.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/J1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/K1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L10.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L11.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L12.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L13.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L7.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L8.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/L9.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/M1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/M2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/M3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/M4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/M5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/M6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N1.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N2.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N3.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N4.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N5.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N6.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/contexthelp/N7.html 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/docs 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/ch-getstarted.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/ch-running_icinga.html 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/docs/images 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/images/logofullsize.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/index.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/relnotes.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/robots.txt 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/wb_quickstart-icinga.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/wb_quickstart-idoutils.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/wb_quickstart.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/wb_startstop.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/wb_verifyconfig.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/docs/wb_whatsnew.html 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/images 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/NagiosEnterprises-whitebg-112x46.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/ack.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/action.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/arrow-menu.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/command.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/comment.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/contexthelp1.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/contexthelp2.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/critical.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/delay.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/delete.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/detail.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/disabled.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/down.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/downtime.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/empty.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/enabled.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/extinfo.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/favicon.ico 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/flapping.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/globe-support-150x150.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/greendot.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/histogram.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/history.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/hostevent.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/icinga-logo.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/info.png 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/images/interface 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/interface/bar.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/interface/menu_body.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/interface/menu_less.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/interface/menu_li1.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/interface/menu_li2.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/interface/menu_more.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/left.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logofullsize.png 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/images/logos 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logos/nagios.gd2 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logos/nagios.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logos/nagiosvrml.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logos/unknown.gd2 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logos/unknown.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/logrotate.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/ndisabled.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/noack.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/notes.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/notify.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/orangedot.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/passiveonly.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/recovery.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/redudancy.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/redundancy.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/restart.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/right.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/sblogo.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/serviceevent.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/sflogo.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/splunk1.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/splunk2.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/start.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/status.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/status2.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/status3.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/status4.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/stop.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/tacdisabled.jpg 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/tacdisabled.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/tacenabled.jpg 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/tacenabled.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/thermcrit.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/thermok.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/thermwarn.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/trends.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/trendshost.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/trendssvc.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/unknown.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/up.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/warning.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/weblogo1.png 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/zoom1.gif 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/images/zoom2.gif 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/includes 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/includes/utils.inc.php 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/index.html 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/js 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/js/menu.js 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/js/mootools.js 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/main.html 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/media 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/menu.html 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/robots.txt 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/sidebar.html 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/ssi 0755 icinga icinga
+d ugfiles /opt/csw/icinga/share/stylesheets 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/avail.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/checksanity.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/cmd.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/common.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/config.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/extinfo.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/histogram.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/history.css 0644 icinga icinga
+d ugfiles /opt/csw/icinga/share/stylesheets/interface 0755 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/interface/common.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/interface/menu.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/ministatus.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/notifications.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/outages.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/showlog.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/status.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/statusmap.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/summary.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/tac.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/stylesheets/trends.css 0644 icinga icinga
+f ugfiles /opt/csw/icinga/share/top.html 0644 icinga icinga
+d ugfiles /var/opt/csw/icinga 0755 icinga icinga
+d ugfiles /var/opt/csw/icinga/archives 0755 icinga icinga
+d ugfiles /var/opt/csw/icinga/rw 0755 icinga icinga
+d none /opt/csw/libexec 0755 root bin
+d none /opt/csw/libexec/nagios-plugins 0755 root bin
+d none /opt/csw/share/doc/icinga 0755 root bin
+f none /opt/csw/share/doc/icinga/Changelog 0644 root bin
+f none /opt/csw/share/doc/icinga/INSTALLING 0644 root bin
+f none /opt/csw/share/doc/icinga/LICENSE 0644 root bin
+f none /opt/csw/share/doc/icinga/README 0644 root bin
+f none /opt/csw/share/doc/icinga/UPGRADING 0644 root bin
+d ugfiles /var/opt/csw/icinga/spool 0755 icinga icinga
+d ugfiles /var/opt/csw/icinga/spool/checkresults 0755 icinga icinga
+f cswinitsmf /etc/opt/csw/init.d/cswicinga 0755 root bin
+d none	/opt/csw/etc/pkg 0755 root bin
+d none	/opt/csw/etc/pkg/CSWicinga 0755 root bin
+f cswusergroup /opt/csw/etc/pkg/CSWicinga/cswusergroup 0644 root bin

Added: csw/mgar/pkg/icinga/trunk/files/cmd.c.diff
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/cmd.c.diff	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/cmd.c.diff	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,12 @@
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/cgi/cmd.c icinga-0.8/cgi/cmd.c
+--- icinga-0.8.orig/cgi/cmd.c	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/cgi/cmd.c	2009-05-22 11:58:30.329840462 +0200
+@@ -1886,7 +1886,7 @@
+ 	return;
+         }
+ 
+-__attribute__((format(printf, 2, 3)))
++/* __attribute__((format(printf, 2, 3))) */
+ static int cmd_submitf(int id, const char *fmt, ...)
+ {
+ 	char cmd[MAX_EXTERNAL_COMMAND_LENGTH];

Added: csw/mgar/pkg/icinga/trunk/files/cswicinga
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/cswicinga	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/cswicinga	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,235 @@
+#!/bin/sh
+# 
+# chkconfig: 345 99 01
+# description: Icinga network monitor
+#
+# File : icinga
+#
+# Author : Jorge Sanchez Aymar (jsanchez at lanchile.cl)
+# 
+# Changelog :
+#
+# 1999-07-09 Karl DeBisschop <kdebisschop at infoplease.com>
+#  - setup for autoconf
+#  - add reload function
+# 1999-08-06 Ethan Galstad <egalstad at nagios.org>
+#  - Added configuration info for use with RedHat's chkconfig tool
+#    per Fran Boon's suggestion
+# 1999-08-13 Jim Popovitch <jimpop at rocketship.com>
+#  - added variable for icinga/var directory
+#  - cd into icinga/var directory before creating tmp files on startup
+# 1999-08-16 Ethan Galstad <egalstad at nagios.org>
+#  - Added test for rc.d directory as suggested by Karl DeBisschop
+# 2000-07-23 Karl DeBisschop <kdebisschop at users.sourceforge.net>
+#  - Clean out redhat macros and other dependencies
+# 2003-01-11 Ethan Galstad <egalstad at nagios.org>
+#  - Updated su syntax (Gary Miller)
+#
+# Description: Starts and stops the Icinga monitor
+#              used to provide network services status.
+#
+# Modified for OpenCSW by Juergen Arndt, 2009-05-22
+#
+
+#FMRI application       # FMRI path for service, see http://wiki.opencsw.org/cswclassutils-package#toc0
+
+status_icinga ()
+{
+
+	if test -x $IcingaCGI/daemonchk.cgi; then
+		if $IcingaCGI/daemonchk.cgi -l $IcingaRunFile; then
+		        return 0
+		else
+			return 1
+		fi
+	else
+		if ps -p $IcingaPID > /dev/null 2>&1; then
+		        return 0
+		else
+			return 1
+		fi
+	fi
+
+	return 1
+}
+
+
+printstatus_icinga()
+{
+
+	if status_icinga $1 $2; then
+		echo "icinga (pid $IcingaPID) is running..."
+	else
+		echo "icinga is not running"
+	fi
+}
+
+
+killproc_icinga ()
+{
+
+	kill $2 $IcingaPID
+
+}
+
+
+pid_icinga ()
+{
+
+	if test ! -f $IcingaRunFile; then
+		echo "No lock file found in $IcingaRunFile"
+		exit 1
+	fi
+
+	IcingaPID=`head -n 1 $IcingaRunFile`
+}
+
+
+# Source function library
+# Solaris doesn't have an rc.d directory, so do a test first
+if [ -f /etc/rc.d/init.d/functions ]; then
+	. /etc/rc.d/init.d/functions
+elif [ -f /etc/init.d/functions ]; then
+	. /etc/init.d/functions
+fi
+
+prefix=/opt/csw/icinga
+exec_prefix=/opt/csw/icinga
+IcingaBin=/opt/csw/icinga/bin/icinga
+IcingaCfgFile=/opt/csw/icinga/etc/icinga.cfg
+IcingaStatusFile=/opt/csw/icinga/var/status.dat
+IcingaRetentionFile=/opt/csw/icinga/var/retention.dat
+IcingaCommandFile=/opt/csw/icinga/var/rw/icinga.cmd
+IcingaVarDir=/opt/csw/icinga/var
+IcingaRunFile=/var/opt/csw/icinga/icinga.lock
+IcingaLockDir=/var/lock/subsys
+IcingaLockFile=icinga
+IcingaCGIDir=/opt/csw/icinga/sbin
+IcingaUser=icinga
+IcingaGroup=icinga
+          
+
+# Check that icinga exists.
+if [ ! -f $IcingaBin ]; then
+    echo "Executable file $IcingaBin not found.  Exiting."
+    exit 1
+fi
+
+# Check that icinga.cfg exists.
+if [ ! -f $IcingaCfgFile ]; then
+    echo "Configuration file $IcingaCfgFile not found.  Exiting."
+    exit 1
+fi
+          
+# See how we were called.
+case "$1" in
+
+	start)
+		echo -n "Starting icinga:"
+		$IcingaBin -v $IcingaCfgFile > /dev/null 2>&1;
+		if [ $? -eq 0 ]; then
+			su - $IcingaUser -c "touch $IcingaVarDir/icinga.log $IcingaRetentionFile"
+			rm -f $IcingaCommandFile
+			touch $IcingaRunFile
+			chown $IcingaUser:$IcingaGroup $IcingaRunFile
+			$IcingaBin -d $IcingaCfgFile
+			if [ -d $IcingaLockDir ]; then touch $IcingaLockDir/$IcingaLockFile; fi
+			echo " done."
+			exit 0
+		else
+			echo "CONFIG ERROR!  Start aborted.  Check your Icinga configuration."
+			exit 1
+		fi
+		;;
+
+	stop)
+		echo -n "Stopping icinga: "
+
+		pid_icinga
+		killproc_icinga icinga
+
+ 		# now we have to wait for icinga to exit and remove its
+ 		# own IcingaRunFile, otherwise a following "start" could
+ 		# happen, and then the exiting icinga will remove the
+ 		# new IcingaRunFile, allowing multiple icinga daemons
+ 		# to (sooner or later) run - John Sellens
+		#echo -n 'Waiting for icinga to exit .'
+ 		for i in 1 2 3 4 5 6 7 8 9 10 ; do
+ 		    if status_icinga > /dev/null; then
+ 			echo -n '.'
+ 			sleep 1
+ 		    else
+ 			break
+ 		    fi
+ 		done
+ 		if status_icinga > /dev/null; then
+ 		    echo ''
+ 		    echo 'Warning - icinga did not exit in a timely manner'
+ 		else
+ 		    echo 'done.'
+ 		fi
+
+		rm -f $IcingaStatusFile $IcingaRunFile $IcingaLockDir/$IcingaLockFile $IcingaCommandFile
+		;;
+
+	status)
+		pid_icinga
+		printstatus_icinga icinga
+		;;
+
+	checkconfig)
+		printf "Running configuration check..."
+		$IcingaBin -v $IcingaCfgFile > /dev/null 2>&1;
+		if [ $? -eq 0 ]; then
+			echo " OK."
+		else
+			echo " CONFIG ERROR!  Check your Icinga configuration."
+			exit 1
+		fi
+		;;
+
+	restart)
+		printf "Running configuration check..."
+		$IcingaBin -v $IcingaCfgFile > /dev/null 2>&1;
+		if [ $? -eq 0 ]; then
+			echo "done."
+			$0 stop
+			$0 start
+		else
+			echo " CONFIG ERROR!  Restart aborted.  Check your Icinga configuration."
+			exit 1
+		fi
+		;;
+
+	reload|force-reload)
+		printf "Running configuration check..."
+		$IcingaBin -v $IcingaCfgFile > /dev/null 2>&1;
+		if [ $? -eq 0 ]; then
+			echo "done."
+			if test ! -f $IcingaRunFile; then
+				$0 start
+			else
+				pid_icinga
+				if status_icinga > /dev/null; then
+					printf "Reloading icinga configuration..."
+					killproc_icinga icinga -HUP
+					echo "done"
+				else
+					$0 stop
+					$0 start
+				fi
+			fi
+		else
+			echo " CONFIG ERROR!  Reload aborted.  Check your Icinga configuration."
+			exit 1
+		fi
+		;;
+
+	*)
+		echo "Usage: icinga {start|stop|restart|reload|force-reload|status|checkconfig}"
+		exit 1
+		;;
+
+esac
+  
+# End of this script

Added: csw/mgar/pkg/icinga/trunk/files/cswusergroup
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/cswusergroup	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/cswusergroup	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1 @@
+icinga:icinga:Icinga User:/opt/csw/icinga:/bin/false:::

Added: csw/mgar/pkg/icinga/trunk/files/install-opts.diff
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/install-opts.diff	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/install-opts.diff	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,90 @@
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/Makefile.in icinga-0.8/Makefile.in
+--- icinga-0.8.orig/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/Makefile.in	2009-05-22 12:57:00.973528770 +0200
+@@ -30,11 +30,11 @@
+ LIBEXECDIR=@libexecdir@
+ HTMLDIR=@datarootdir@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
+-COMMAND_OPTS=@COMMAND_OPTS@
++INSTALL_OPTS=
++COMMAND_OPTS=
+ HTTPD_CONF=@HTTPD_CONF@
+ INIT_DIR=@init_dir@
+-INIT_OPTS=-o root -g root
++INIT_OPTS=
+ CGICFGDIR=$(CGIDIR)
+ PERLDIR=@PERLDIR@
+ 
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/base/Makefile.in icinga-0.8/base/Makefile.in
+--- icinga-0.8.orig/base/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/base/Makefile.in	2009-05-22 12:54:39.811066523 +0200
+@@ -39,7 +39,7 @@
+ CGIDIR=@sbindir@
+ HTMLDIR=@datarootdir@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
++INSTALL_OPTS=
+ COMMAND_OPTS=@COMMAND_OPTS@
+ STRIP=@STRIP@
+ 
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/cgi/Makefile.in icinga-0.8/cgi/Makefile.in
+--- icinga-0.8.orig/cgi/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/cgi/Makefile.in	2009-05-22 12:55:03.790961065 +0200
+@@ -18,7 +18,7 @@
+ CGIDIR=@sbindir@
+ HTMLDIR=@datarootdir@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
++INSTALL_OPTS=
+ COMMAND_OPTS=@COMMAND_OPTS@
+ STRIP=@STRIP@
+ 
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/common/Makefile.in icinga-0.8/common/Makefile.in
+--- icinga-0.8.orig/common/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/common/Makefile.in	2009-05-22 12:55:23.192592201 +0200
+@@ -20,7 +20,7 @@
+ CGIDIR=@sbindir@
+ HTMLDIR=@datarootdir@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
++INSTALL_OPTS=
+ COMMAND_OPTS=@COMMAND_OPTS@
+ 
+ CP=@CP@
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/contrib/Makefile.in icinga-0.8/contrib/Makefile.in
+--- icinga-0.8.orig/contrib/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/contrib/Makefile.in	2009-05-22 12:55:40.861094735 +0200
+@@ -15,7 +15,7 @@
+ # Generated automatically from configure script
+ SNPRINTF_O=@SNPRINTF_O@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
++INSTALL_OPTS=
+ 
+ 
+ prefix=@prefix@
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/html/Makefile.in icinga-0.8/html/Makefile.in
+--- icinga-0.8.orig/html/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/html/Makefile.in	2009-05-22 12:56:26.447629708 +0200
+@@ -10,7 +10,7 @@
+ CGIDIR=@sbindir@
+ HTMLDIR=@datarootdir@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
++INSTALL_OPTS=
+ COMMAND_OPTS=@COMMAND_OPTS@
+ 
+ CP=@CP@
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/module/Makefile.in icinga-0.8/module/Makefile.in
+--- icinga-0.8.orig/module/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/module/Makefile.in	2009-05-22 12:57:18.719328688 +0200
+@@ -19,7 +19,7 @@
+ exec_prefix=@exec_prefix@
+ BINDIR=@bindir@
+ INSTALL=@INSTALL@
+-INSTALL_OPTS=@INSTALL_OPTS@
++INSTALL_OPTS=
+ COMMAND_OPTS=@COMMAND_OPTS@
+ STRIP=@STRIP@
+ 

Added: csw/mgar/pkg/icinga/trunk/files/patch.diff
===================================================================
--- csw/mgar/pkg/icinga/trunk/files/patch.diff	                        (rev 0)
+++ csw/mgar/pkg/icinga/trunk/files/patch.diff	2009-05-22 21:50:47 UTC (rev 5018)
@@ -0,0 +1,33 @@
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/include/nebmodules.h icinga-0.8/include/nebmodules.h
+--- icinga-0.8.orig/include/nebmodules.h	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/include/nebmodules.h	2009-05-22 12:13:24.195253042 +0200
+@@ -31,7 +31,7 @@
+ 
+ /***** MODULE VERSION INFORMATION *****/
+ 
+-#define NEB_API_VERSION(x) int __neb_api_version = x;
++#define NEB_API_VERSION(x) int __neb_api_version = x
+ #define CURRENT_NEB_API_VERSION    3
+ 
+ 
+diff --speed-large-files --minimal -Nru icinga-0.8.orig/module/Makefile.in icinga-0.8/module/Makefile.in
+--- icinga-0.8.orig/module/Makefile.in	2009-05-19 23:01:43.000000000 +0200
++++ icinga-0.8/module/Makefile.in	2009-05-22 12:16:03.078812414 +0200
+@@ -25,13 +25,13 @@
+ 
+ CP=@CP@
+ 
+-all:	helloworld.o
++all:	helloworld
+ 
+-helloworld.o: helloworld.c
+-	$(CC) $(MOD_CFLAGS) $(CFLAGS) -o helloworld.o helloworld.c $(MOD_LDFLAGS) $(LDFLAGS) $(LIBS)
++helloworld: helloworld.c
++	$(CC) $(MOD_CFLAGS) $(CFLAGS) -o helloworld helloworld.c $(MOD_LDFLAGS) $(LDFLAGS) $(LIBS)
+ 
+ clean:
+-	rm -f helloworld.o
++	rm -f helloworld
+ 	rm -f core *.o
+ 	rm -f *~ *.*~
+ 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list