Revision: 9546 http://gar.svn.sourceforge.net/gar/?rev=9546&view=rev Author: j_arndt Date: 2010-04-05 12:37:57 +0000 (Mon, 05 Apr 2010)
Log Message: ----------- nsca: fixed issues to pass checkpkg 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 2010-04-05 12:29:09 UTC (rev 9545) +++ csw/mgar/pkg/nsca/trunk/Makefile 2010-04-05 12:37:57 UTC (rev 9546) @@ -2,8 +2,8 @@ GARVERSION = 2.7.2 CATEGORIES = apps -SPKG_DESC_CSWnsca = nagios service check acceptor -SPKG_DESC_CSWsendnsca = sends check results to nsca daemon +SPKG_DESC_CSWnsca = Nagios service check acceptor +SPKG_DESC_CSWsendnsca = Sends check results to nsca daemon define BLURB NSCA allows you to integrate passive alerts and checks from remote machines and applications with Nagios. Useful for processing security alerts, as well as redundant and distributed Nagios setups. @@ -32,8 +32,8 @@ CATALOGNAME_CSWnsca = nsca CATALOGNAME_CSWsendnsca = send_nsca -RUNTIME_DEP_PKGS_CSWnsca = CSWlibmcrypt CSWlibtoolrt CSWcswclassutils -RUNTIME_DEP_PKGS_CSWsendnsca = CSWlibmcrypt CSWlibtoolrt CSWcswclassutils +RUNTIME_DEP_PKGS_CSWnsca = CSWlibmcrypt CSWlibtoolrt +RUNTIME_DEP_PKGS_CSWsendnsca = CSWlibmcrypt CSWlibtoolrt SPKG_CLASSES_CSWnsca = none cswusergroup cswpreserveconf cswinitsmf SPKG_CLASSES_CSWsendnsca = none cswusergroup cswpreserveconf @@ -44,6 +44,8 @@ CONFIGURE_ARGS += --with-nsca-port=5667 CONFIGURE_ARGS += --localstatedir=/var/opt/csw/nagios +LICENSE = LEGAL + BUILD_TARGETS = nsca SKIPTEST = 1 Modified: csw/mgar/pkg/nsca/trunk/checksums =================================================================== --- csw/mgar/pkg/nsca/trunk/checksums 2010-04-05 12:29:09 UTC (rev 9545) +++ csw/mgar/pkg/nsca/trunk/checksums 2010-04-05 12:37:57 UTC (rev 9546) @@ -1,9 +1,9 @@ -e9ed8b90404f0aebfc6f77355d8c9bbe download/CSWnsca.cswusergroup -ec54b953469889200d99a86669653173 download/CSWnsca.preinstall -c9578d6892ce725133fcef365adcc6fe download/CSWnsca.prototype -0a98ba4dd462e50f23239433117bae5e download/CSWsendnsca.cswusergroup -e275462ffbf488fe5f7e29dd3abab0ae download/CSWsendnsca.preinstall -d8d3eeee6cb8fbc3534734590d83a13b download/CSWsendnsca.prototype -55a1c5523b2fe1ee66b45a2807e80bd6 download/cswnsca -33a98e7975f633a9489d7a8938ed6131 download/nsca-2.7.2.tar.gz -cbb38cacd3ca318f00dfa0877b6017df download/submit_check_results.diff +e9ed8b90404f0aebfc6f77355d8c9bbe CSWnsca.cswusergroup +ec54b953469889200d99a86669653173 CSWnsca.preinstall +42ca77e782a25c8354df8f53eb769ae6 CSWnsca.prototype +0a98ba4dd462e50f23239433117bae5e CSWsendnsca.cswusergroup +e275462ffbf488fe5f7e29dd3abab0ae CSWsendnsca.preinstall +3e2a2fa1f5209b3bbee1b3822164e7f6 CSWsendnsca.prototype +55a1c5523b2fe1ee66b45a2807e80bd6 cswnsca +33a98e7975f633a9489d7a8938ed6131 nsca-2.7.2.tar.gz +cbb38cacd3ca318f00dfa0877b6017df submit_check_results.diff Modified: csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype =================================================================== --- csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype 2010-04-05 12:29:09 UTC (rev 9545) +++ csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype 2010-04-05 12:37:57 UTC (rev 9546) @@ -1,6 +1,7 @@ 1 f none /opt/csw/nagios/bin/nsca 0755 root bin 1 f cswpreserveconf /etc/opt/csw/nagios/nsca.cfg.CSW 0644 root bin 1 d none /opt/csw/share/doc/nsca 0755 root bin +1 f none /opt/csw/share/doc/nsca/license 0644 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 1 f none /opt/csw/share/doc/nsca/README 0644 root bin Modified: csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype =================================================================== --- csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype 2010-04-05 12:29:09 UTC (rev 9545) +++ csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype 2010-04-05 12:37:57 UTC (rev 9546) @@ -1,8 +1,8 @@ -d none /opt/csw/bin 0755 root bin f none /opt/csw/bin/send_nsca 0755 root bin -d none /opt/csw/etc 0755 root bin +d none /etc/opt/csw/nagios 0755 root bin f cswpreserveconf /etc/opt/csw/nagios/send_nsca.cfg.CSW 0644 root bin d none /opt/csw/share/doc/send_nsca 0755 root bin +f none /opt/csw/share/doc/send_nsca/license 0644 root bin f none /opt/csw/share/doc/send_nsca/Changelog 0644 root bin f none /opt/csw/share/doc/send_nsca/LEGAL 0644 root bin f none /opt/csw/share/doc/send_nsca/README 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel