[BACK]Return to Installation CVS log [TXT][DIR] Up to [local] / src / usr.sbin / bootpd

File: [local] / src / usr.sbin / bootpd / Attic / Installation (download)

Revision 1.1.1.1 (vendor branch), Wed Oct 18 08:47:25 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines

initial import of NetBSD tree

Installation instructions for SunOS

Compile the executable:
For SunOS 4.X:
	make sunos4
For SunOS 5.X:  (Solaris)
	make sunos5

Install the executables:

	make install

Edit (or create) the bootptab:
(See bootptab.sample and bootptab.5 manual entry)
	edit /etc/bootptab

Edit /etc/services to add these two lines:
bootps		67/udp		bootp		# BOOTP Server
bootpc		68/udp				# BOOTP Client

Edit /etc/inetd.conf to add the line:
bootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i

If you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
then you may want to capture syslog messages from BOOTP by changing
your syslog.conf file.  (See the sample syslog.conf file here).
Test the change with:  logger -t test -p local2.info "message"