186d7f5d3SJohn Marino 286d7f5d3SJohn MarinoInstallation instructions for SunOS 386d7f5d3SJohn Marino 486d7f5d3SJohn MarinoCompile the executable: 586d7f5d3SJohn MarinoFor SunOS 4.X: 686d7f5d3SJohn Marino make sunos4 786d7f5d3SJohn MarinoFor SunOS 5.X: (Solaris) 886d7f5d3SJohn Marino make sunos5 986d7f5d3SJohn Marino 1086d7f5d3SJohn MarinoInstall the executables: 1186d7f5d3SJohn Marino 1286d7f5d3SJohn Marino make install 1386d7f5d3SJohn Marino 1486d7f5d3SJohn MarinoEdit (or create) the bootptab: 1586d7f5d3SJohn Marino(See bootptab.sample and bootptab.5 manual entry) 1686d7f5d3SJohn Marino edit /etc/bootptab 1786d7f5d3SJohn Marino 1886d7f5d3SJohn MarinoEdit /etc/services to add these two lines: 1986d7f5d3SJohn Marinobootps 67/udp bootp # BOOTP Server 2086d7f5d3SJohn Marinobootpc 68/udp # BOOTP Client 2186d7f5d3SJohn Marino 2286d7f5d3SJohn MarinoEdit /etc/inetd.conf to add the line: 2386d7f5d3SJohn Marinobootp dgram udp wait root /usr/etc/bootpd bootpd -i 2486d7f5d3SJohn Marino 2586d7f5d3SJohn MarinoIf you compiled report.c with LOG_LOCAL2 (defined in the Makefile) 2686d7f5d3SJohn Marinothen you may want to capture syslog messages from BOOTP by changing 2786d7f5d3SJohn Marinoyour syslog.conf file. (See the sample syslog.conf file here). 2886d7f5d3SJohn MarinoTest the change with: logger -t test -p local2.info "message" 2986d7f5d3SJohn Marino 30