File: Installation

package info (click to toggle)
netstd 3.07-7slink.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,312 kB
  • ctags: 9,027
  • sloc: ansic: 72,107; cpp: 6,144; makefile: 1,650; yacc: 1,614; sh: 1,164; perl: 308; awk: 46
file content (29 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

Installation instructions for SunOS

Compile the executable:
For SunOS 4.X:
	make sunos4
For SunOS 5.X:  (Solaris)
	make sunos5

Install the executables:

	make install

Edit (or create) the bootptab:
(See bootptab.sample and bootptab.5 manual entry)
	edit /etc/bootptab

Edit /etc/services to add these two lines:
bootps		67/udp		bootp		# BOOTP Server
bootpc		68/udp				# BOOTP Client

Edit /etc/inetd.conf to add the line:
bootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i

If you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
then you may want to capture syslog messages from BOOTP by changing
your syslog.conf file.  (See the sample syslog.conf file here).
Test the change with:  logger -t test -p local2.info "message"