Installation revision 1.1
11.1Sgwr
21.1SgwrInstallation instructions for SunOS
31.1Sgwr
41.1SgwrCompile the executable:
51.1SgwrFor SunOS 4.X:
61.1Sgwr	make sunos4
71.1SgwrFor SunOS 5.X:  (Solaris)
81.1Sgwr	make sunos5
91.1Sgwr
101.1SgwrInstall the executables:
111.1Sgwr
121.1Sgwr	make install
131.1Sgwr
141.1SgwrEdit (or create) the bootptab:
151.1Sgwr(See bootptab.sample and bootptab.5 manual entry)
161.1Sgwr	edit /etc/bootptab
171.1Sgwr
181.1SgwrEdit /etc/services to add these two lines:
191.1Sgwrbootps		67/udp		bootp		# BOOTP Server
201.1Sgwrbootpc		68/udp				# BOOTP Client
211.1Sgwr
221.1SgwrEdit /etc/inetd.conf to add the line:
231.1Sgwrbootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i
241.1Sgwr
251.1SgwrIf you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
261.1Sgwrthen you may want to capture syslog messages from BOOTP by changing
271.1Sgwryour syslog.conf file.  (See the sample syslog.conf file here).
281.1SgwrTest the change with:  logger -t test -p local2.info "message"
291.1Sgwr
30