aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/Installation
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
commit44099b7b1ec9c9295687eba077be6ad2931d292d (patch)
tree063b400e64a6e0b8dc8cceade3c202711afca9df /libexec/bootpd/Installation
parente56de50e266f4436821583e104f44ad208123f49 (diff)
Notes
Diffstat (limited to 'libexec/bootpd/Installation')
-rw-r--r--libexec/bootpd/Installation29
1 files changed, 29 insertions, 0 deletions
diff --git a/libexec/bootpd/Installation b/libexec/bootpd/Installation
new file mode 100644
index 000000000000..466cabce0cdb
--- /dev/null
+++ b/libexec/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"
+