diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-16 18:28:10 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-16 18:28:10 +0000 |
commit | 78f0ccf0f98b9d56677d0bc4e6b668ae0932209f (patch) | |
tree | 51b62cf31ec40b44c4e3f3f78cefc154bb60b792 /etc | |
parent | 196f9f9e169dd990bcca83020817f0ac91dd1282 (diff) |
even more global.dummy -> .global.dummy
Diffstat (limited to 'etc')
-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 |