summaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd/Installation
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1994-09-26 21:22:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1994-09-26 21:22:58 +0000
commit7b7e6b335c4d3b459aa35cb34cbe49c7e3ce1d05 (patch)
tree4161159b9c13eb8868371b8fa793d387a4b4e5e6 /usr.sbin/bootpd/Installation
parentb1069b52ffe7e4740f95ea2d4a93166a91c73c2d (diff)
Diffstat (limited to 'usr.sbin/bootpd/Installation')
-rw-r--r--usr.sbin/bootpd/Installation29
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.sbin/bootpd/Installation b/usr.sbin/bootpd/Installation
deleted file mode 100644
index 466cabce0cdb..000000000000
--- a/usr.sbin/bootpd/Installation
+++ /dev/null
@@ -1,29 +0,0 @@
-
-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"
-