[BACK]Return to bootptab CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/bootptab between version 1.1 and 1.2

version 1.1, 1995/10/18 08:37:56 version 1.2, 1996/05/26 10:25:17
Line 1 
Line 1 
   #       $OpenBSD$
   #
 # /etc/bootptab: database for bootp server (/etc/bootpd)  # /etc/bootptab: database for bootp server (/etc/bootpd)
 # Last update Mon 11/7/88 18:03  # Last update Mon 11/7/88 18:03
 # Blank lines and lines beginning with '#' are ignored.  # Blank lines and lines beginning with '#' are ignored.
Line 7 
Line 9 
 #       first field -- hostname  #       first field -- hostname
 #                       (may be full domain name and probably should be)  #                       (may be full domain name and probably should be)
 #  #
 #       hd -- home directory  #            bf   Bootfile
 #       bf -- bootfile  #            bs   Bootfile size in 512-octet blocks
 #       cs -- cookie servers  #            cs   Cookie server address list
 #       df -- dumpfile  #            df   Merit dump file
 #       dn -- domain name  #            dn   Domain name
 #       ds -- domain name servers  #            ds   Domain name server address list
 #       gw -- gateways  #            ef   Extension file
 #       ha -- hardware address  #            gw   Gateway address list
 #       ht -- hardware type  #            ha   Host hardware address
 #       im -- impress servers  #            hd   Bootfile home directory
 #       ip -- host IP address  #            hn   Send client's hostname to client
 #       lg -- log servers  #            ht   Host hardware type (see Assigned Numbers RFC)
 #       lp -- LPR servers  #            im   Impress server address list
 #       ns -- IEN-116 name servers  #            ip   Host IP address
 #       rl -- resource location protocol servers  #            lg   Log server address list
 #       rp -- root path  #            lp   LPR server address list
 #       sm -- subnet mask  #            ns   IEN-116 name server address list
 #       sw -- swap server  #            nt   NTP (time) Server (RFC 1129)
 #       tc -- template host (points to similar host entry)  #            ra   Reply address override
 #       to -- time offset (seconds)  #            rl   Resource location protocol server address list
 #       ts -- time servers  #            rp   Root path to mount as root
   #            sa   TFTP server address client should use
   #            sm   Host subnet mask
   #            sw   Swap server address
   #            tc   Table continuation (points to similar "template" host entry)
   #            td   TFTP root directory used by "secure" TFTP servers
   #            to   Time offset in seconds from UTC
   #            ts   Time server address list
   #            vm   Vendor magic cookie selector
   #            yd   YP (NIS) domain name
   #            ys   YP (NIS) server address
   
 #  #
 # Be careful about including backslashes where they're needed.  Weird (bad)  # Be careful about including backslashes where they're needed.  Weird (bad)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2