From cc7d8003bfd4eb8a46e557258eb263aea384b81c Mon Sep 17 00:00:00 2001 From: Geoff Rehmet Date: Sat, 10 Sep 1994 14:44:56 +0000 Subject: Bootpd 2.4.0 (and associated utils) Obtained from:NetBSD --- usr.sbin/bootpd/Installation | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 usr.sbin/bootpd/Installation (limited to 'usr.sbin/bootpd/Installation') diff --git a/usr.sbin/bootpd/Installation b/usr.sbin/bootpd/Installation new file mode 100644 index 000000000000..466cabce0cdb --- /dev/null +++ b/usr.sbin/bootpd/Installation @@ -0,0 +1,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" + -- cgit v1.3