diff options
author | 1997-06-16 18:28:09 +0000 | |
---|---|---|
committer | 1997-06-16 18:28:09 +0000 | |
commit | 3225b5e5d24fddc90a86f796b6fcacadea042a30 (patch) | |
tree | b63e43bd9c7f924b271c62740ef19b84ab402c6f | |
parent | Default file causes lots of "dummy names should start with `.'" syslog (diff) | |
download | wireguard-openbsd-3225b5e5d24fddc90a86f796b6fcacadea042a30.tar.xz wireguard-openbsd-3225b5e5d24fddc90a86f796b6fcacadea042a30.zip |
even more global.dummy -> .global.dummy
-rw-r--r-- | etc/bootptab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/bootptab b/etc/bootptab index ef729926c96..47db85be9f8 100644 --- a/etc/bootptab +++ b/etc/bootptab @@ -1,4 +1,4 @@ -# $OpenBSD: bootptab,v 1.3 1997/06/16 17:44:11 dm Exp $ +# $OpenBSD: bootptab,v 1.4 1997/06/16 18:28:09 kstailey Exp $ # # /etc/bootptab: database for bootp server (/etc/bootpd) # Last update Mon 11/7/88 18:03 @@ -60,7 +60,7 @@ # Next, we can define different master entries for each subnet. . . #subnet13.dummy:\ -# :tc=global.dummy:gw=128.2.13.1: +# :tc=.global.dummy:gw=128.2.13.1: # # # We should be able to use as many levels of indirection as desired. Use |