Source-Changes-HG archive

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

[src/trunk]: src/distrib/sgimips/ramdisk Build the DHCP client, use more x_ut...



details:   https://anonhg.NetBSD.org/src/rev/4e4cd8d97b83
branches:  trunk
changeset: 574433:4e4cd8d97b83
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Mon Feb 28 08:38:37 2005 +0000

description:
Build the DHCP client, use more x_utilities, and in general sync with other
ports.  There's still something weird about bpf that prevents a pure DHCP
install from succeeding, but it's closer than it was.

diffstat:

 distrib/sgimips/ramdisk/list |  31 ++++++++++++++-----------------
 1 files changed, 14 insertions(+), 17 deletions(-)

diffs (90 lines):

diff -r 22021a018260 -r 4e4cd8d97b83 distrib/sgimips/ramdisk/list
--- a/distrib/sgimips/ramdisk/list      Mon Feb 28 08:27:54 2005 +0000
+++ b/distrib/sgimips/ramdisk/list      Mon Feb 28 08:38:37 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.5 2003/12/25 11:14:36 martin Exp $
+#      $NetBSD: list,v 1.6 2005/02/28 08:38:37 sekiya Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
 
@@ -11,15 +11,15 @@
 PROG   bin/ln
 PROG   bin/ls
 PROG   bin/mkdir
-PROG   bin/mt
 PROG   bin/mv
-PROG   bin/pax         usr/bin/tar usr/bin/cpio
+PROG   bin/pax         usr/bin/tar
 PROG   bin/pwd
 PROG   bin/rm
 PROG   bin/sh
 PROG   bin/stty
 PROG   bin/sync
 
+PROG   sbin/dhclient
 PROG   sbin/disklabel
 PROG   sbin/fsck
 PROG   sbin/fsck_ffs
@@ -29,8 +29,6 @@
 PROG   sbin/mount
 PROG   sbin/mount_cd9660
 PROG   sbin/mount_ffs
-PROG   sbin/mount_kernfs
-PROG   sbin/mount_msdos
 PROG   sbin/mount_nfs
 PROG   sbin/newfs      sbin/mount_mfs
 PROG   sbin/ping
@@ -38,34 +36,37 @@
 PROG   sbin/restore    sbin/rrestore
 PROG   sbin/route
 PROG   sbin/shutdown
-PROG   sbin/slattach
 PROG   sbin/umount
 
 PROG   usr/bin/ftp
 PROG   usr/bin/gzip    usr/bin/gzcat usr/bin/gunzip
 PROG   usr/bin/sed
-PROG   usr/bin/tip
-PROG   usr/bin/tset
 
 PROG   usr/mdec/sgivol
 
 PROG   usr/sbin/chown  usr/bin/chgrp
 PROG   usr/sbin/chroot
 
+SPECIAL        dhclient        srcdir  distrib/utils/x_dhclient
+SPECIAL        ed              srcdir  distrib/utils/x_ed
+SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
+SPECIAL        ping            srcdir  distrib/utils/x_ping
+SPECIAL        route           srcdir  distrib/utils/x_route
+SPECIAL        umount          srcdir  distrib/utils/x_umount
+SPECIAL        sgivol          srcdir  sys/arch/sgimips/stand/sgivol
+
+LIBS   libhack.o -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz
+
 # init invokes the shell as -sh
 ARGVLN sh -sh
 
-SPECIAL        sgivol  srcdir  sys/arch/sgimips/stand/sgivol
-SPECIAL        ping    srcdir  distrib/utils/x_ping
-
-LIBS   -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz
-
 # we need the boot blocks /usr/mdec
 COPY   ${DESTDIR}/usr/mdec/aoutboot            usr/mdec/aoutboot
 COPY   ${DESTDIR}/usr/mdec/ip2xboot            usr/mdec/ip2xboot
 COPY   ${DESTDIR}/usr/mdec/ip3xboot            usr/mdec/ip3xboot
 
 # various files that we need in /etc for the install
+COPY   ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
 COPY   ${NETBSDSRCDIR}/etc/group               etc/group
 COPY   ${NETBSDSRCDIR}/etc/master.passwd       etc/master.passwd
 COPY   ${NETBSDSRCDIR}/etc/protocols           etc/protocols
@@ -82,7 +83,3 @@
 COPY   ${CURDIR}/dot.profile                   .profile
 COPY   ${CURDIR}/dot.hdprofile                 tmp/.hdprofile
 
-
-# someday put in the release notes too
-#
-# COPY ${DISTRIBDIR}/notes/sgimips/INSTALL.txt INSTALL.txt



Home | Main Index | Thread Index | Old Index