From owner-cvs-usrsbin Sun Feb 26 15:40:56 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA11577 for cvs-usrsbin-outgoing; Sun, 26 Feb 1995 15:40:56 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA11565; Sun, 26 Feb 1995 15:40:53 -0800 Date: Sun, 26 Feb 1995 15:40:53 -0800 From: Bill Paul Message-Id: <199502262340.PAA11565@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bootparamd - Imported sources Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wpaul 95/02/26 15:40:52 Log: Obtained from: The Xkernel source distribution I hope I'm doing this right. This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use. This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too. I have made two changes to this code: - Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted. - Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. Status: Vendor Tag: bootparamd Release Tags: bootparamd_orig N /home/ncvs/src/usr.sbin/bootparamd/Makefile N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/main.c N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/bootparamd.c N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/Makefile N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/README N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/bootparamd.8 N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/bootparam_prot.x N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/bootparam_prot.h N /home/ncvs/src/usr.sbin/bootparamd/bootparamd/bootparam_prot_xdr.c N /home/ncvs/src/usr.sbin/bootparamd/callbootd/callbootd.c N /home/ncvs/src/usr.sbin/bootparamd/callbootd/Makefile No conflicts created by this import