summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-14 00:05:10 +0000
committerderaadt <deraadt@openbsd.org>1998-02-14 00:05:10 +0000
commit90c9e3eeb0015106b890c726f1f962d32b3b6b15 (patch)
tree1b5962e6912f47ce3c7a0b21550bfe7ebbb2e334
parentDon't do chflags() if st_flags is zero. Fixes bogus error when (diff)
downloadwireguard-openbsd-90c9e3eeb0015106b890c726f1f962d32b3b6b15.tar.xz
wireguard-openbsd-90c9e3eeb0015106b890c726f1f962d32b3b6b15.zip
urgh
-rw-r--r--etc/sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index c9e600588d0..f299691d449 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,8 +1,8 @@
-# $OpenBSD: sysctl.conf,v 1.3 1998/02/06 14:20:30 deraadt Exp $
+# $OpenBSD: sysctl.conf,v 1.4 1998/02/14 00:05:10 deraadt Exp $
# This files contains a list of sysctl options the user wants set at
# boot time.
# ie.
-#net.inet.ip.forwarding # Permit forwarding (routing) of packets
+#net.inet.ip.forwarding=1 # Permit forwarding (routing) of packets
#net.inet.tcp.rfc1323=0 # TCP RFC1323 extensions (disable if tcp is slow)
#ddb.panic=0 # Do not drop into ddb on a kernel panic
ddb.console=0 # Do not permit entry of ddb from the console