164987Smsmith
273050SmsmithInstallation instructions for SunOS
364987Smsmith
464987SmsmithCompile the executable:
564987SmsmithFor SunOS 4.X:
664987Smsmith	make sunos4
764987SmsmithFor SunOS 5.X:  (Solaris)
864987Smsmith	make sunos5
964987Smsmith
1064987SmsmithInstall the executables:
1164987Smsmith
1264987Smsmith	make install
1364987Smsmith
1464987SmsmithEdit (or create) the bootptab:
1564987Smsmith(See bootptab.sample and bootptab.5 manual entry)
1664987Smsmith	edit /etc/bootptab
1764987Smsmith
1864987SmsmithEdit /etc/services to add these two lines:
1964987Smsmithbootps		67/udp		bootp		# BOOTP Server
2064987Smsmithbootpc		68/udp				# BOOTP Client
2164987Smsmith
2264987SmsmithEdit /etc/inetd.conf to add the line:
2364987Smsmithbootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i
2464987Smsmith
2564987SmsmithIf you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
2664987Smsmiththen you may want to capture syslog messages from BOOTP by changing
2764987Smsmithyour syslog.conf file.  (See the sample syslog.conf file here).
2864987SmsmithTest the change with:  logger -t test -p local2.info "message"
2964987Smsmith
3064987Smsmith