[csw-devel] SF.net SVN: gar:[3832] csw/mgar/pkg/nsca/trunk

j_arndt at users.sourceforge.net j_arndt at users.sourceforge.net
Thu Mar 19 22:31:52 CET 2009


Revision: 3832
          http://gar.svn.sourceforge.net/gar/?rev=3832&view=rev
Author:   j_arndt
Date:     2009-03-19 21:31:51 +0000 (Thu, 19 Mar 2009)

Log Message:
-----------
nsca: included cswpreserveconf

Modified Paths:
--------------
    csw/mgar/pkg/nsca/trunk/Makefile
    csw/mgar/pkg/nsca/trunk/checksums
    csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype
    csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype

Modified: csw/mgar/pkg/nsca/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nsca/trunk/Makefile	2009-03-19 21:30:39 UTC (rev 3831)
+++ csw/mgar/pkg/nsca/trunk/Makefile	2009-03-19 21:31:51 UTC (rev 3832)
@@ -20,7 +20,7 @@
 REQUIRED_PKGS_CSWnsca     = CSWlibmcrypt CSWlibtoolrt CSWcswclassutils
 REQUIRED_PKGS_CSWsendnsca = CSWlibmcrypt CSWlibtoolrt 
 
-SPKG_CLASSES_CSWnsca = none cswinitsmf
+SPKG_CLASSES_CSWnsca = none cswpreserveconf cswinitsmf
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-nsca-port=5667
@@ -46,7 +46,7 @@
 	ginstall -d $(DESTDIR)$(NAGIOSCFGDIR)
 	ginstall -m 755 -d $(DESTDIR)$(NSCADOCDIR)
 	ginstall -m 755 $(WORKSRC)/src/nsca $(DESTDIR)$(NAGIOSBINDIR)
-	ginstall -m 600 $(WORKSRC)/sample-config/nsca.cfg $(DESTDIR)$(NAGIOSCFGDIR)/nsca.cfg-sample
+	ginstall -m 600 $(WORKSRC)/sample-config/nsca.cfg $(DESTDIR)$(NAGIOSCFGDIR)/nsca.cfg.CSW
 	ginstall -m 644 $(WORKSRC)/Changelog $(DESTDIR)$(NSCADOCDIR)
 	ginstall -m 644 $(WORKSRC)/LEGAL $(DESTDIR)$(NSCADOCDIR)
 	ginstall -m 644 $(WORKSRC)/README $(DESTDIR)$(NSCADOCDIR)
@@ -54,7 +54,7 @@
 	ginstall -m 755 $(WORKSRC)/src/send_nsca $(DESTDIR)$(BINDIR)
 	ginstall -m 755 -d $(DESTDIR)$(SENDNSCADOCDIR)
 	ginstall -m 755 $(WORKSRC)/src/submit_check_result-sample $(DESTDIR)$(SENDNSCADOCDIR)
-	ginstall -m 600 $(WORKSRC)/sample-config/send_nsca.cfg $(DESTDIR)$(CFGDIR)/send_nsca.cfg-sample
+	ginstall -m 600 $(WORKSRC)/sample-config/send_nsca.cfg $(DESTDIR)$(CFGDIR)/send_nsca.cfg.CSW
 	ginstall -m 644 $(WORKSRC)/Changelog $(DESTDIR)$(SENDNSCADOCDIR)
 	ginstall -m 644 $(WORKSRC)/LEGAL $(DESTDIR)$(SENDNSCADOCDIR)
 	ginstall -m 644 $(WORKSRC)/README $(DESTDIR)$(SENDNSCADOCDIR)

Modified: csw/mgar/pkg/nsca/trunk/checksums
===================================================================
--- csw/mgar/pkg/nsca/trunk/checksums	2009-03-19 21:30:39 UTC (rev 3831)
+++ csw/mgar/pkg/nsca/trunk/checksums	2009-03-19 21:31:51 UTC (rev 3832)
@@ -1,10 +1,10 @@
 33a98e7975f633a9489d7a8938ed6131  download/nsca-2.7.2.tar.gz
 82f1144c12dc6247524609dbeefc3023  download/CSWnsca.gspec
-8dfc4283d41a0c127a00170ab285c18d  download/CSWnsca.prototype
+fee61a84d3032fff1c44ccabbdde7937  download/CSWnsca.prototype
 1886b15eafd2e2a5a4b230918960ea9a  download/CSWnsca.checkinstall
 7fef893e65bb68bc0762434dbeace713  download/CSWnsca.preinstall
 0f458cf358b1aab192c02fd0d37b1220  download/CSWsendnsca.gspec
-67d4566b83bad9e981bae7e889217c85  download/CSWsendnsca.prototype
+ccdb574704fbff33a22ba4b10ba028bf  download/CSWsendnsca.prototype
 8bf9882f3115e8514ae6d9a866397c71  download/CSWsendnsca.preinstall
 55a1c5523b2fe1ee66b45a2807e80bd6  download/cswnsca
 08b769c5511342dd03fa01fea44cb260  download/submit_check_results.diff

Modified: csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype
===================================================================
--- csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype	2009-03-19 21:30:39 UTC (rev 3831)
+++ csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype	2009-03-19 21:31:51 UTC (rev 3832)
@@ -1,7 +1,7 @@
 1 d none /opt/csw/nagios/bin 0755 nagios nagios
 1 f none /opt/csw/nagios/bin/nsca 0755 nagios nagios
 1 d none /opt/csw/nagios/etc 0755 nagios nagios
-1 f none /opt/csw/nagios/etc/nsca.cfg-sample 0600 nagios nagios
+1 f cswpreserveconf /opt/csw/nagios/etc/nsca.cfg.CSW 0600 nagios nagios
 1 d none /opt/csw/share/doc/nsca 0755 root bin
 1 f none /opt/csw/share/doc/nsca/Changelog 0644 root bin
 1 f none /opt/csw/share/doc/nsca/LEGAL 0644 root bin

Modified: csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype
===================================================================
--- csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype	2009-03-19 21:30:39 UTC (rev 3831)
+++ csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype	2009-03-19 21:31:51 UTC (rev 3832)
@@ -1,7 +1,7 @@
 1 d none /opt/csw/bin 0755 root bin
 1 f none /opt/csw/bin/send_nsca 0755 root bin
 1 d none /opt/csw/etc 0755 root bin
-1 f none /opt/csw/etc/send_nsca.cfg-sample 0644 root bin
+1 f cswpreserveconf /opt/csw/etc/send_nsca.cfg.CSW 0644 root bin
 1 d none /opt/csw/share/doc/send_nsca 0755 root bin
 1 f none /opt/csw/share/doc/send_nsca/Changelog 0644 root bin
 1 f none /opt/csw/share/doc/send_nsca/LEGAL 0644 root bin


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