13229Spst
23229SpstInstallation instructions for SunOS
33229Spst
43229SpstCompile the executable:
53229SpstFor SunOS 4.X:
63229Spst	make sunos4
73229SpstFor SunOS 5.X:  (Solaris)
83229Spst	make sunos5
93229Spst
103229SpstInstall the executables:
113229Spst
123229Spst	make install
133229Spst
143229SpstEdit (or create) the bootptab:
153229Spst(See bootptab.sample and bootptab.5 manual entry)
163229Spst	edit /etc/bootptab
173229Spst
183229SpstEdit /etc/services to add these two lines:
193229Spstbootps		67/udp		bootp		# BOOTP Server
203229Spstbootpc		68/udp				# BOOTP Client
213229Spst
223229SpstEdit /etc/inetd.conf to add the line:
233229Spstbootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i
243229Spst
253229SpstIf you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
263229Spstthen you may want to capture syslog messages from BOOTP by changing
273229Spstyour syslog.conf file.  (See the sample syslog.conf file here).
283229SpstTest the change with:  logger -t test -p local2.info "message"
293229Spst
30