summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordm <dm@openbsd.org>1997-06-16 17:44:11 +0000
committerdm <dm@openbsd.org>1997-06-16 17:44:11 +0000
commita93c90e0db2c6228d0a899233929b6c1f57d97c8 (patch)
treeb3caec1765a90e1c91c254f22cdb5714cd90ec11
parentdo not modify argv[] strings (diff)
downloadwireguard-openbsd-a93c90e0db2c6228d0a899233929b6c1f57d97c8.tar.xz
wireguard-openbsd-a93c90e0db2c6228d0a899233929b6c1f57d97c8.zip
Default file causes lots of "dummy names should start with `.'" syslog
messages. Comment out global.dummy and make it .global.dummy.
-rw-r--r--etc/bootptab16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/bootptab b/etc/bootptab
index db0a1aeba80..ef729926c96 100644
--- a/etc/bootptab
+++ b/etc/bootptab
@@ -1,4 +1,4 @@
-# $OpenBSD: bootptab,v 1.2 1996/05/26 10:25:17 deraadt Exp $
+# $OpenBSD: bootptab,v 1.3 1997/06/16 17:44:11 dm Exp $
#
# /etc/bootptab: database for bootp server (/etc/bootpd)
# Last update Mon 11/7/88 18:03
@@ -49,13 +49,13 @@
# First, we define a global entry which specifies the stuff every host uses.
-global.dummy:\
- :sm=255.255.255.0:\
- :hd=/home/nfsclient:bf=null:\
- :ds=128.32.149.141:\
- :ns=0x80020b4d 0x80020ffd:\
- :ts=0x80020b4d 0x80020ffd:\
- :to=18000:
+#.global.dummy:\
+# :sm=255.255.255.0:\
+# :hd=/home/nfsclient:bf=null:\
+# :ds=128.32.149.141:\
+# :ns=0x80020b4d 0x80020ffd:\
+# :ts=0x80020b4d 0x80020ffd:\
+# :to=18000:
# Next, we can define different master entries for each subnet. . .