pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/xymonclient
Module Name: pkgsrc
Committed By: hauke
Date: Thu Jan 6 11:53:26 UTC 2022
Modified Files:
pkgsrc/net/xymonclient: Makefile distinfo
Added Files:
pkgsrc/net/xymonclient/patches: patch-client_xymonclient-freebsd.sh
Log Message:
Ignore 'linsysfs' filesystem on FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/xymonclient/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/xymonclient/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/xymonclient/patches/patch-client_xymonclient-freebsd.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/xymonclient/Makefile
diff -u pkgsrc/net/xymonclient/Makefile:1.26 pkgsrc/net/xymonclient/Makefile:1.27
--- pkgsrc/net/xymonclient/Makefile:1.26 Sun Mar 14 14:26:12 2021
+++ pkgsrc/net/xymonclient/Makefile Thu Jan 6 11:53:26 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2021/03/14 14:26:12 spz Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/06 11:53:26 hauke Exp $
#
DISTNAME= xymon-${PKGVERSION}
PKGNAME= xymonclient-${PKGVERSION}
PKGVERSION= 4.3.30
-#PKGREVISION= 0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xymon/}
Index: pkgsrc/net/xymonclient/distinfo
diff -u pkgsrc/net/xymonclient/distinfo:1.20 pkgsrc/net/xymonclient/distinfo:1.21
--- pkgsrc/net/xymonclient/distinfo:1.20 Tue Oct 26 11:07:13 2021
+++ pkgsrc/net/xymonclient/distinfo Thu Jan 6 11:53:26 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:07:13 nia Exp $
+$NetBSD: distinfo,v 1.21 2022/01/06 11:53:26 hauke Exp $
BLAKE2s (xymon-4.3.30.tar.gz) = 03a385a0e32188d4ca6fdbaa55bbb92d053ec706ee70ca0bcf483c3f5611a85f
SHA512 (xymon-4.3.30.tar.gz) = f3f16ff55293d7d76cb0355151a82545a2b1ad708b59c031640c240379807228dca4ffa9c48a4e20ab75e270bda18b7306ea165b65eb18c9c6471b395fda7b62
@@ -21,6 +21,7 @@ SHA1 (patch-build_Makefile.OpenBSD) = cf
SHA1 (patch-build_Makefile.SunOS) = 71d134a30825a2d36fbb17731e722c89c79da807
SHA1 (patch-build_Makefile.generic) = e96d5ee29630c9133caebfa752880be90726607c
SHA1 (patch-client_logfetch.c) = f99fa015fe597bfb37f1d288c4e5e3b99b65397d
+SHA1 (patch-client_xymonclient-freebsd.sh) = 6993a6251b1d3dec2817f30ce2b05ffd8cc3485b
SHA1 (patch-client_xymonclient-netbsd.sh) = 739a201806144ef0e34c1f668ad3a4d9e2b9f9fb
SHA1 (patch-common_Makefile) = 32b7da06cd9d22f98ee0f83bb36ed6441c066707
SHA1 (patch-configure) = 305a74a2383dcd37ea93456272d4254483023aa5
Added files:
Index: pkgsrc/net/xymonclient/patches/patch-client_xymonclient-freebsd.sh
diff -u /dev/null pkgsrc/net/xymonclient/patches/patch-client_xymonclient-freebsd.sh:1.1
--- /dev/null Thu Jan 6 11:53:26 2022
+++ pkgsrc/net/xymonclient/patches/patch-client_xymonclient-freebsd.sh Thu Jan 6 11:53:26 2022
@@ -0,0 +1,22 @@
+$NetBSD: patch-client_xymonclient-freebsd.sh,v 1.1 2022/01/06 11:53:26 hauke Exp $
+
+Add linsysfs to filesystems whose 'level of filling' is uninteresting
+
+--- client/xymonclient-freebsd.sh.orig 2015-12-16 15:13:03.000000000 +0000
++++ client/xymonclient-freebsd.sh
+@@ -22,13 +22,13 @@ echo "[who]"
+ who
+ echo "[df]"
+ # The sed stuff is to make sure lines are not split into two.
+-df -H -tnonfs,nullfs,cd9660,procfs,devfs,linprocfs,fdescfs | sed -e '/^[^ ][^ ]*$/{
++df -H -tnonfs,nullfs,cd9660,procfs,devfs,linprocfs,linsysfs,fdescfs | sed -e '/^[^ ][^ ]*$/{
+ N
+ s/[ ]*\n[ ]*/ /
+ }'
+ echo "[inode]"
+ # The sed stuff is to make sure lines are not split into two.
+-df -i -tnonfs,nullfs,cd9660,procfs,devfs,linprocfs,fdescfs | sed -e '/^[^ ][^ ]*$/{
++df -i -tnonfs,nullfs,cd9660,procfs,devfs,linprocfs,linsysfs,fdescfs | sed -e '/^[^ ][^ ]*$/{
+ N
+ s/[ ]*\n[ ]*/ /
+ }' | awk '
Home |
Main Index |
Thread Index |
Old Index