Installation revision 3230
11573Srgrimes
21573SrgrimesInstallation instructions for SunOS
31573Srgrimes
41573SrgrimesCompile the executable:
51573SrgrimesFor SunOS 4.X:
61573Srgrimes	make sunos4
71573SrgrimesFor SunOS 5.X:  (Solaris)
81573Srgrimes	make sunos5
91573Srgrimes
101573SrgrimesInstall the executables:
111573Srgrimes
121573Srgrimes	make install
131573Srgrimes
141573SrgrimesEdit (or create) the bootptab:
151573Srgrimes(See bootptab.sample and bootptab.5 manual entry)
161573Srgrimes	edit /etc/bootptab
171573Srgrimes
181573SrgrimesEdit /etc/services to add these two lines:
191573Srgrimesbootps		67/udp		bootp		# BOOTP Server
201573Srgrimesbootpc		68/udp				# BOOTP Client
211573Srgrimes
221573SrgrimesEdit /etc/inetd.conf to add the line:
231573Srgrimesbootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i
241573Srgrimes
251573SrgrimesIf you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
261573Srgrimesthen you may want to capture syslog messages from BOOTP by changing
271573Srgrimesyour syslog.conf file.  (See the sample syslog.conf file here).
281573SrgrimesTest the change with:  logger -t test -p local2.info "message"
291573Srgrimes
301573Srgrimes