diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-13 07:54:13 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-13 07:54:13 +0000 |
commit | cddbc4f8030e9e77a9d02eba3eb198ef369dc6e5 (patch) | |
tree | fe2acf654325f39661c5ca2f105296ca24a8ac82 /net | |
parent | Initial import of qhacc-0.2.6. (diff) |
rename trafshow to trafshow2
maintainer timeout
PR: 15931
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
Notes
Notes:
svn path=/head/; revision=25739
Diffstat (limited to 'net')
-rw-r--r-- | net/bpft/Makefile | 2 | ||||
-rw-r--r-- | net/bpft/files/patch-aa | 10 | ||||
-rw-r--r-- | net/bpft/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/bpft/Makefile b/net/bpft/Makefile index 2ea2ffce5f9b..daeabee4b92d 100644 --- a/net/bpft/Makefile +++ b/net/bpft/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= oddbjorn@tricknology.org -MAN1= trafshow.1 +MAN1= trafshow2.1 post-install: .if !defined(NOPORTDOCS) diff --git a/net/bpft/files/patch-aa b/net/bpft/files/patch-aa index 944bce74e31f..fcfcb2275b7b 100644 --- a/net/bpft/files/patch-aa +++ b/net/bpft/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Wed Oct 30 12:38:00 1996 ---- Makefile Fri Mar 19 23:42:26 1999 +*** Makefile.orig Wed Oct 30 13:38:00 1996 +--- Makefile Wed Jan 5 15:41:25 2000 *************** *** 11,16 **** --- 11,17 ---- @@ -48,7 +48,7 @@ ! install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_BINDIR) ! install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR) install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT) - install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) +! install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) ! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR) @echo Done. @@ -73,8 +73,8 @@ ! install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_SBINDIR) ! install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR) install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT) - install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) -! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR) +! install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR)/trafshow2 +! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR)/trafshow2.1 @echo Done. clean: diff --git a/net/bpft/pkg-plist b/net/bpft/pkg-plist index cdf0ae207991..3d3e7c8854d0 100644 --- a/net/bpft/pkg-plist +++ b/net/bpft/pkg-plist @@ -1,7 +1,7 @@ bin/trafdump bin/traflog bin/trafsave -bin/trafshow +bin/trafshow2 bin/trafstart bin/trafstat bin/trafstop |