summaryrefslogtreecommitdiff
path: root/net/hobbitclient
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-08-31 22:00:30 +0000
committerhe <he@pkgsrc.org>2009-08-31 22:00:30 +0000
commit2b7383a744fb9f89a23d031c185e8aa216ba4b4d (patch)
treee300d0df0e3315670c66170ae9d7ef34f22abf18 /net/hobbitclient
parent88da1467daf3009fb71da4f7e9bdd82f48e36f19 (diff)
downloadpkgsrc-2b7383a744fb9f89a23d031c185e8aa216ba4b4d.tar.gz
Update from version 4.2.0nb1 to 4.2.0nb2.
Pkgsrc changes: o Add a patch so that we don't monitor the usage level of ptyfs file systems (which are always at 100% usage level).
Diffstat (limited to 'net/hobbitclient')
-rw-r--r--net/hobbitclient/Makefile4
-rw-r--r--net/hobbitclient/distinfo3
-rw-r--r--net/hobbitclient/patches/patch-ad15
3 files changed, 19 insertions, 3 deletions
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile
index 96508b4a935..d927110e65f 100644
--- a/net/hobbitclient/Makefile
+++ b/net/hobbitclient/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/08/02 22:11:46 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/31 22:00:30 he Exp $
#
DISTNAME= hobbit-4.2.0
PKGNAME= hobbitclient-4.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
diff --git a/net/hobbitclient/distinfo b/net/hobbitclient/distinfo
index d89e1b4c45b..239c73c615d 100644
--- a/net/hobbitclient/distinfo
+++ b/net/hobbitclient/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2009/07/28 19:42:26 spz Exp $
+$NetBSD: distinfo,v 1.6 2009/08/31 22:00:30 he Exp $
SHA1 (allinone.patch) = 16631a912955fcf57e86d923522e6dde899cdcd8
RMD160 (allinone.patch) = 52773fbb89f67e7a53782da9a4c3a05e42452914
@@ -8,3 +8,4 @@ RMD160 (hobbit-4.2.0.tar.gz) = d3633c32f4fa7961d1069df2eb39104e9c891be2
Size (hobbit-4.2.0.tar.gz) = 2341167 bytes
SHA1 (patch-ab) = 8be66af4b877958f2bc64e18494c67a73acd4360
SHA1 (patch-ac) = e51da2ae19bbdce48676296cddf8fe3194f8c7b1
+SHA1 (patch-ad) = e5c30e09b67ec4ab8b92d0ef94e08588a8c73752
diff --git a/net/hobbitclient/patches/patch-ad b/net/hobbitclient/patches/patch-ad
new file mode 100644
index 00000000000..3b5470d42d5
--- /dev/null
+++ b/net/hobbitclient/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2009/08/31 22:00:30 he Exp $
+
+Ignore ptyfs as well when monitoring file system usage level.
+
+--- client/hobbitclient-netbsd.sh.orig 2006-08-09 22:09:58.000000000 +0200
++++ client/hobbitclient-netbsd.sh
+@@ -20,7 +20,7 @@ uptime
+ echo "[who]"
+ who
+ echo "[df]"
+-df -P -tnonfs,kernfs,procfs,cd9660,null | sed -e '/^[^ ][^ ]*$/{
++df -P -tnonfs,kernfs,procfs,cd9660,null,ptyfs | sed -e '/^[^ ][^ ]*$/{
+ N
+ s/[ ]*\n[ ]*/ /
+ }'