Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/pc532/floppies/inst-common Pull up rev 1.10 fro...



details:   https://anonhg.NetBSD.org/src/rev/b1ecbe096b6d
branches:  netbsd-1-4
changeset: 468194:b1ecbe096b6d
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 12 23:02:41 1999 +0000

description:
Pull up rev 1.10 from the trunk:
        Don't try to build our own pwd_mkdb when building the diskimage.

diffstat:

 distrib/pc532/floppies/inst-common/list |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 906f8e3bb598 -r b1ecbe096b6d distrib/pc532/floppies/inst-common/list
--- a/distrib/pc532/floppies/inst-common/list   Mon Apr 12 23:02:21 1999 +0000
+++ b/distrib/pc532/floppies/inst-common/list   Mon Apr 12 23:02:41 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.9 1998/01/06 04:45:27 perry Exp $
+#      $NetBSD: list,v 1.9.2.1 1999/04/12 23:02:41 simonb Exp $
 
 # copy the MAKEDEV script and make some devices
 COPY   ${DESTDIR}/dev/MAKEDEV  dev/MAKEDEV
@@ -13,10 +13,8 @@
 COPY   ${TOPDIR}/../../../etc/master.passwd    etc
 COPY   ${TOPDIR}/../../../etc/protocols        etc
 COPY   ${TOPDIR}/../../../etc/services         etc
-SPECIAL >etc/ppp/options
-COPY   ${OBJDIR}/pwd_mkdb      pwd_mkdb
-SPECIAL        /usr/sbin/chroot . ./pwd_mkdb -p /etc/master.passwd
-SPECIAL        /bin/rm pwd_mkdb
+SPECIAL        >etc/ppp/options
+SPECIAL        pwd_mkdb -p -d ./ etc/master.passwd
 
 # copy the crunched binary, link to it
 #COPY  ${OBJDIR}/netbsd.gz     netbsd.gz



Home | Main Index | Thread Index | Old Index