Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib - Move the pwd.db & spwd.db files into the list-file...
details: https://anonhg.NetBSD.org/src/rev/e21af775846f
branches: trunk
changeset: 467521:e21af775846f
user: leo <leo%NetBSD.org@localhost>
date: Thu Mar 25 15:51:01 1999 +0000
description:
- Move the pwd.db & spwd.db files into the list-files of the ports who need
them.
- Use x_dd & x_ifconfig.
diffstat:
distrib/amiga/miniroot/list | 6 ++++--
distrib/miniroot/list | 10 ++++------
distrib/mvme68k/miniroot/list | 4 +++-
distrib/sparc/miniroot/list | 4 +++-
4 files changed, 14 insertions(+), 10 deletions(-)
diffs (94 lines):
diff -r 4f199c577fed -r e21af775846f distrib/amiga/miniroot/list
--- a/distrib/amiga/miniroot/list Thu Mar 25 15:34:37 1999 +0000
+++ b/distrib/amiga/miniroot/list Thu Mar 25 15:51:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.5 1997/11/21 23:04:35 is Exp $
+# $NetBSD: list,v 1.6 1999/03/25 15:51:01 leo Exp $
# Amiga extra's
LINK instbin sbin/mount_ados
@@ -28,7 +28,9 @@
SPECIAL /bin/rm dev/MAKEDEV
# various files that we need in /etc for the install
-COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
+COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
+COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
+LINK etc/spwd.db etc/pwd.db
#SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
diff -r 4f199c577fed -r e21af775846f distrib/miniroot/list
--- a/distrib/miniroot/list Thu Mar 25 15:34:37 1999 +0000
+++ b/distrib/miniroot/list Thu Mar 25 15:51:01 1999 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: list,v 1.10 1999/03/25 13:14:42 pk Exp $
+# $NetBSD: list,v 1.11 1999/03/25 15:51:15 leo Exp $
-SRCDIRS distrib/utils usr.bin bin sbin usr.sbin gnu/usr.bin/grep gnu/usr.bin gnu/usr.bin/binutils
+SRCDIRS distrib/utils usr.bin bin sbin usr.sbin gnu/usr.bin
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
LINK instbin bin/cat
LINK instbin bin/chmod
LINK instbin bin/cp
-LINK instbin bin/dd
+LINK instbin bin/x_dd bin/dd
LINK instbin bin/df
LINK instbin bin/ed
LINK instbin bin/expr
@@ -28,7 +28,7 @@
LINK instbin bin/test bin/[
LINK instbin sbin/fsck_ffs sbin/fsck
LINK instbin sbin/reboot sbin/halt
-LINK instbin sbin/ifconfig
+LINK instbin sbin/x_ifconfig sbin/ifconfig
LINK instbin sbin/init_s sbin/init
LINK instbin sbin/mknod
LINK instbin sbin/mount
@@ -63,8 +63,6 @@
COPY ${DESTDIR}/etc/passwd etc/passwd
COPY ${DESTDIR}/etc/protocols etc/protocols
COPY ${DESTDIR}/etc/services etc/services
-COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
-LINK etc/spwd.db etc/pwd.db
# and the installation scripts
COPY ${CURDIR}/install.sub install.sub
diff -r 4f199c577fed -r e21af775846f distrib/mvme68k/miniroot/list
--- a/distrib/mvme68k/miniroot/list Thu Mar 25 15:34:37 1999 +0000
+++ b/distrib/mvme68k/miniroot/list Thu Mar 25 15:51:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.2 1999/02/20 16:21:19 scw Exp $
+# $NetBSD: list,v 1.3 1999/03/25 15:51:17 leo Exp $
# mvme68k's extras
LINK instbin sbin/disklabel
@@ -44,6 +44,8 @@
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
+COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
+LINK etc/spwd.db etc/pwd.db
SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
diff -r 4f199c577fed -r e21af775846f distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list Thu Mar 25 15:34:37 1999 +0000
+++ b/distrib/sparc/miniroot/list Thu Mar 25 15:51:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.10 1999/01/20 07:43:17 mrg Exp $
+# $NetBSD: list,v 1.11 1999/03/25 15:51:18 leo Exp $
# Sparc extra's
LINK instbin sbin/disklabel
@@ -45,6 +45,8 @@
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
+COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
+LINK etc/spwd.db etc/pwd.db
SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
Home |
Main Index |
Thread Index |
Old Index