Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tcpdump/bin tcpdump goes to /usr/sbin



details:   https://anonhg.NetBSD.org/src/rev/aa1a335f18bc
branches:  trunk
changeset: 759290:aa1a335f18bc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 05 05:52:46 2010 +0000

description:
tcpdump goes to /usr/sbin

diffstat:

 external/bsd/tcpdump/bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 01f1ed159e49 -r aa1a335f18bc external/bsd/tcpdump/bin/Makefile
--- a/external/bsd/tcpdump/bin/Makefile Sun Dec 05 05:40:14 2010 +0000
+++ b/external/bsd/tcpdump/bin/Makefile Sun Dec 05 05:52:46 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/12/05 05:24:03 christos Exp $      
+#      $NetBSD: Makefile,v 1.3 2010/12/05 05:52:46 christos Exp $      
 
 WARNS?=        1       # XXX: need to cleanup later
 
@@ -6,7 +6,7 @@
 
 USE_FORT?= yes # network client
 
-BINDIR=/usr/bin
+BINDIR=/usr/sbin
 SRCDIR=        ${.CURDIR}/../dist
 .PATH: ${SRCDIR}
 



Home | Main Index | Thread Index | Old Index