diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-23 22:21:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-23 22:21:02 +0000 |
commit | c6de3ab45b64330631960904d4debe5948d794a3 (patch) | |
tree | 0a20aff000dca18d918ba6cf1fef49b4fecedd7a /net/scotty/scripts | |
parent | 8f937459d11f9948e7d15ba29af04104b386e00c (diff) | |
download | pkgsrc-c6de3ab45b64330631960904d4debe5948d794a3.tar.gz |
Njetwork monitoring tool.
Diffstat (limited to 'net/scotty/scripts')
-rwxr-xr-x | net/scotty/scripts/untrue | 5 |
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 |