Module Name:    src
Committed By:   martin
Date:           Sun Apr 17 13:07:18 UTC 2011

Modified Files:
        src/etc: Makefile
        src/etc/mtree: NetBSD.dist.base special

Log Message:
Get rid of var/chroot/tcpdump/etc


To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/etc/Makefile
cvs rdiff -u -r1.84 -r1.85 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.136 -r1.137 src/etc/mtree/special

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.389 src/etc/Makefile:1.390
--- src/etc/Makefile:1.389	Mon Apr 11 21:49:13 2011
+++ src/etc/Makefile	Sun Apr 17 13:07:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.389 2011/04/11 21:49:13 martin Exp $
+#	$NetBSD: Makefile,v 1.390 2011/04/17 13:07:18 martin Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -301,9 +301,6 @@
 	${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
 	    ${.CURDIR}/etc.${MACHINE}/boot.cfg ${DESTDIR}/
 .endif
-	${_MKMSG_INSTALL} ${DESTDIR}/var/chroot/tcpdump/etc/protocols
-	${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
-	    ${NETBSDSRCDIR}/etc/protocols ${DESTDIR}/var/chroot/tcpdump/etc
 	${_MKMSG_INSTALL} ${DESTDIR}/dev/MAKEDEV
 	${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
 	    MAKEDEV ${DESTDIR}/dev

Index: src/etc/mtree/NetBSD.dist.base
diff -u src/etc/mtree/NetBSD.dist.base:1.84 src/etc/mtree/NetBSD.dist.base:1.85
--- src/etc/mtree/NetBSD.dist.base:1.84	Sat Apr 16 21:58:31 2011
+++ src/etc/mtree/NetBSD.dist.base	Sun Apr 17 13:07:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: NetBSD.dist.base,v 1.84 2011/04/16 21:58:31 christos Exp $
+#	$NetBSD: NetBSD.dist.base,v 1.85 2011/04/17 13:07:18 martin Exp $
 #	@(#)4.4BSD.dist	8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -1107,7 +1107,6 @@
 ./var/chroot/pflogd		mode=0755
 ./var/chroot/sshd		mode=0755
 ./var/chroot/tcpdump		mode=0755
-./var/chroot/tcpdump/etc	mode=0755
 ./var/chroot/tftp-proxy		mode=0755
 ./var/crash			mode=0770
 ./var/cron

Index: src/etc/mtree/special
diff -u src/etc/mtree/special:1.136 src/etc/mtree/special:1.137
--- src/etc/mtree/special:1.136	Mon Apr 11 20:03:45 2011
+++ src/etc/mtree/special	Sun Apr 17 13:07:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.136 2011/04/11 20:03:45 martin Exp $
+#	$NetBSD: special,v 1.137 2011/04/17 13:07:18 martin Exp $
 #	@(#)special	8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -395,7 +395,6 @@
 ./var/chroot/pflogd		type=dir  mode=0755
 ./var/chroot/sshd		type=dir  mode=0755
 ./var/chroot/tcpdump		type=dir  mode=0755
-./var/chroot/tcpdump/etc	type=dir  mode=0755
 ./var/chroot/tftp-proxy		type=dir  mode=0755
 ./var/cron			type=dir  mode=0755
 ./var/cron/tabs			type=dir  mode=0700

Reply via email to