summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'comms/fidogate/patches/patch-am')
-rw-r--r--comms/fidogate/patches/patch-am16
1 files changed, 0 insertions, 16 deletions
diff --git a/comms/fidogate/patches/patch-am b/comms/fidogate/patches/patch-am
deleted file mode 100644
index 62c43812530..00000000000
--- a/comms/fidogate/patches/patch-am
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-am,v 1.2 1998/08/07 10:36:38 agc Exp $
-
---- src/toss/rundf.sh.orig Thu Jul 16 19:31:38 1998
-+++ src/toss/rundf.sh Thu Jul 16 19:32:02 1998
-@@ -9,9 +9,9 @@
- # Usage: rundf dir ...
- #
-
--PATH=<BINDIR>:$PATH
-+PATH=/usr/bin:/bin:$PATH
-
--free=`df -P $* 2>/dev/null | \
-+free=`df -k $* 2>/dev/null | \
- awk '/^\/dev/ || /^[a-zA-Z0-9-]*:\// { print $4; }'`
-
- if [ -z "$free" ]; then