diff options
author | agc <agc@pkgsrc.org> | 2002-04-04 20:56:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-04 20:56:38 +0000 |
commit | 5d4387c174c5eaa993fa062bb0ef07455522cd01 (patch) | |
tree | 7b8e8dc2282cec8d56b561a464373a7c8d3fc4b4 /net/hping/patches | |
parent | 67b27c9829e164123d23f491644462f92f3f74f7 (diff) | |
download | pkgsrc-5d4387c174c5eaa993fa062bb0ef07455522cd01.tar.gz |
Allow this package to be built by a non-root user
Diffstat (limited to 'net/hping/patches')
-rw-r--r-- | net/hping/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/hping/patches/patch-ab b/net/hping/patches/patch-ab new file mode 100644 index 00000000000..2fae15ebd0b --- /dev/null +++ b/net/hping/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2002/04/04 20:56:39 agc Exp $ + +hping needs to run as root, even for -v. For non-root builds, comment this part out. + +--- Makefile.in 2002/04/04 20:54:28 1.1 ++++ Makefile.in 2002/04/04 20:54:42 +@@ -35,7 +35,7 @@ + hping2: byteorder.h $(OBJ) + $(CC) -o hping2 $(CCOPT) $(DEBUG) $(OBJ) $(PCAP) @SOLARISLIB@ + @echo +- ./hping2 -v ++ #./hping2 -v + @echo "use \`make strip' to strip hping2 binary" + @echo "use \`make install' to install hping2" + |