summaryrefslogtreecommitdiff
path: root/net/scotty/scripts
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-11-23 22:21:02 +0000
committerhubertf <hubertf@pkgsrc.org>1997-11-23 22:21:02 +0000
commitc6de3ab45b64330631960904d4debe5948d794a3 (patch)
tree0a20aff000dca18d918ba6cf1fef49b4fecedd7a /net/scotty/scripts
parent8f937459d11f9948e7d15ba29af04104b386e00c (diff)
downloadpkgsrc-c6de3ab45b64330631960904d4debe5948d794a3.tar.gz
Njetwork monitoring tool.
Diffstat (limited to 'net/scotty/scripts')
-rwxr-xr-xnet/scotty/scripts/untrue5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/scotty/scripts/untrue b/net/scotty/scripts/untrue
new file mode 100755
index 00000000000..c8ea5fb8417
--- /dev/null
+++ b/net/scotty/scripts/untrue
@@ -0,0 +1,5 @@
+#!/bin/sh
+# untrue $1: convert /bin/true -> true
+# also mask CFLAGS
+mv -f $1 $1.true
+sed -e 's./bin/true.true.;s.^CFLAGS.#CFLAGS.' $1.true > $1