summaryrefslogtreecommitdiff
path: root/net/hobbitclient/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/hobbitclient/patches/patch-ad')
-rw-r--r--net/hobbitclient/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
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[ ]*/ /
+ }'