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-mgmt/bpft/files | |
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>
Diffstat (limited to 'net-mgmt/bpft/files')
-rw-r--r-- | net-mgmt/bpft/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/bpft/files/patch-aa b/net-mgmt/bpft/files/patch-aa index 944bce74e31f..fcfcb2275b7b 100644 --- a/net-mgmt/bpft/files/patch-aa +++ b/net-mgmt/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: |