Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Get rid of var/chroot/tcpdump/etc
details: https://anonhg.NetBSD.org/src/rev/243632c724b1
branches: trunk
changeset: 764352:243632c724b1
user: martin <martin%NetBSD.org@localhost>
date: Sun Apr 17 13:07:18 2011 +0000
description:
Get rid of var/chroot/tcpdump/etc
diffstat:
etc/Makefile | 5 +----
etc/mtree/NetBSD.dist.base | 3 +--
etc/mtree/special | 3 +--
3 files changed, 3 insertions(+), 8 deletions(-)
diffs (53 lines):
diff -r 1776dfeac014 -r 243632c724b1 etc/Makefile
--- a/etc/Makefile Sun Apr 17 13:04:50 2011 +0000
+++ b/etc/Makefile Sun Apr 17 13:07:18 2011 +0000
@@ -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
diff -r 1776dfeac014 -r 243632c724b1 etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base Sun Apr 17 13:04:50 2011 +0000
+++ b/etc/mtree/NetBSD.dist.base Sun Apr 17 13:07:18 2011 +0000
@@ -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
diff -r 1776dfeac014 -r 243632c724b1 etc/mtree/special
--- a/etc/mtree/special Sun Apr 17 13:04:50 2011 +0000
+++ b/etc/mtree/special Sun Apr 17 13:07:18 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index