Source-Changes-HG archive

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

[src/trunk]: src/dist/ipf Use src/sys/dist/ipf/netinet instead of src/sys/net...



details:   https://anonhg.NetBSD.org/src/rev/15178d6ec3e3
branches:  trunk
changeset: 572342:15178d6ec3e3
user:      martti <martti%NetBSD.org@localhost>
date:      Thu Dec 30 10:09:32 2004 +0000

description:
Use src/sys/dist/ipf/netinet instead of src/sys/netinet

diffstat:

 dist/ipf/ipf2netbsd |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r d38ee6dc78ad -r 15178d6ec3e3 dist/ipf/ipf2netbsd
--- a/dist/ipf/ipf2netbsd       Thu Dec 30 10:07:51 2004 +0000
+++ b/dist/ipf/ipf2netbsd       Thu Dec 30 10:09:32 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: ipf2netbsd,v 1.15 2004/06/07 11:52:46 martti Exp $
+#      $NetBSD: ipf2netbsd,v 1.16 2004/12/30 10:09:32 martti Exp $
 #
 # Copyright (c) 1999 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -34,7 +34,7 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 # ipf2netbsd:  convert a ipf source tree into a netbsd ipf source tree,
-# under src/dist/ipf, src/sys/netinet and src/sys/lkm/netinet/if_ipl
+# under src/dist/ipf, src/sys/dist/ipf/netinet and src/sys/lkm/netinet/if_ipl
 
 if [ $# -ne 2 ]; then echo "ipf2netbsd src dest"; exit 1; fi
 
@@ -50,7 +50,7 @@
 esac
 
 dbase=$dest/src/dist/ipf
-dsys=$dest/src/sys/netinet
+dsys=$dest/src/sys/dist/ipf/netinet
 dlkm=$dest/src/sys/lkm/netinet/if_ipl
 dregress=$dest/src/regress/sys/kern/ipf
 



Home | Main Index | Thread Index | Old Index