diff options
author | manu <manu@pkgsrc.org> | 2015-09-25 13:27:44 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2015-09-25 13:27:44 +0000 |
commit | 25433af3c6d6bf15b3b900d1fb7fc9fe9df2c37b (patch) | |
tree | 9c9c9526e71261ca6890530c0738fe462f7b77a2 | |
parent | 2fab81318704eef69e4f3d1796667fa5280b04ca (diff) | |
download | pkgsrc-25433af3c6d6bf15b3b900d1fb7fc9fe9df2c37b.tar.gz |
Added net/nagios-plugin-gfbricks version 0.2
Added net/nagios-plguin-mysqlslave version 0.1
Added net/syncffsd version 0.7
-rw-r--r-- | doc/CHANGES-2015 | 5 | ||||
-rw-r--r-- | net/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015 index 7ddd443a5ec..686ac218a4c 100644 --- a/doc/CHANGES-2015 +++ b/doc/CHANGES-2015 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2015,v 1.4021 2015/09/25 13:08:58 leot Exp $ +$NetBSD: CHANGES-2015,v 1.4022 2015/09/25 13:27:44 manu Exp $ Changes to the packages collection and infrastructure in 2015: @@ -7018,3 +7018,6 @@ Changes to the packages collection and infrastructure in 2015: Added net/proftpd-postgresql version 1.3.5a [wiedi 2015-09-25] Added net/proftpd-sqlite version 1.3.5a [wiedi 2015-09-25] Updated mail/fdm to 1.9 [leot 2015-09-25] + Added net/nagios-plugin-gfbricks version 0.2 [manu 2015-09-25] + Added net/nagios-plguin-mysqlslave version 0.1 [manu 2015-09-25] + Added net/syncffsd version 0.7 [manu 2015-09-25] diff --git a/net/Makefile b/net/Makefile index cbcc092eedf..1e2f8dafc6b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1084 2015/09/25 10:01:36 wiedi Exp $ +# $NetBSD: Makefile,v 1.1085 2015/09/25 13:27:44 manu Exp $ # COMMENT= Networking tools @@ -336,9 +336,11 @@ SUBDIR+= nagios-plugin-dnsrbl SUBDIR+= nagios-plugin-dotpid SUBDIR+= nagios-plugin-dumpdates SUBDIR+= nagios-plugin-fstab +SUBDIR+= nagios-plugin-gfbricks SUBDIR+= nagios-plugin-ldap SUBDIR+= nagios-plugin-milter SUBDIR+= nagios-plugin-mysql +SUBDIR+= nagios-plugin-mysqlslave SUBDIR+= nagios-plugin-pgsql SUBDIR+= nagios-plugin-radius SUBDIR+= nagios-plugin-raidctl @@ -703,6 +705,7 @@ SUBDIR+= ssmping SUBDIR+= ssync SUBDIR+= stripes SUBDIR+= sup +SUBDIR+= syncffsd SUBDIR+= synergy SUBDIR+= sysmon SUBDIR+= tacacs |