- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / Installation
blob466cabce0cdb11c07e2c721cf21d248f59837934
2 Installation instructions for SunOS
4 Compile the executable:
5 For SunOS 4.X:
6         make sunos4
7 For SunOS 5.X:  (Solaris)
8         make sunos5
10 Install the executables:
12         make install
14 Edit (or create) the bootptab:
15 (See bootptab.sample and bootptab.5 manual entry)
16         edit /etc/bootptab
18 Edit /etc/services to add these two lines:
19 bootps          67/udp          bootp           # BOOTP Server
20 bootpc          68/udp                          # BOOTP Client
22 Edit /etc/inetd.conf to add the line:
23 bootp   dgram   udp     wait    root    /usr/etc/bootpd bootpd -i
25 If you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
26 then you may want to capture syslog messages from BOOTP by changing
27 your syslog.conf file.  (See the sample syslog.conf file here).
28 Test the change with:  logger -t test -p local2.info "message"