diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-06-14 16:57:45 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-06-14 16:57:45 +0000 |
commit | 25bf28602623b7bef2a01762245b7b8330a14c3e (patch) | |
tree | de152f6e855626c2a75b338fe68267e1624db230 /etc | |
parent | bd2fc21e354f61e158bfe42bcffc4a83fc3c16ed (diff) |
it's vm.swapencrypt.enable now.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 1335f471e80..69a0055c137 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.17 2000/05/19 16:53:18 mickey Exp $ +# $OpenBSD: sysctl.conf,v 1.18 2000/06/14 16:57:44 provos Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. @@ -11,6 +11,6 @@ #ddb.panic=0 # 0=Do not drop into ddb on a kernel panic #ddb.console=1 # 1=Permit entry of ddb from the console #fs.posix.setuid=0 # 0=Traditional BSD chown() semantics -#vm.swapencrypt=1 # 1=Encrypt pages that go to swap +#vm.swapencrypt.enable=1 # 1=Encrypt pages that go to swap #net.inet.ip.ipsec-acl=0 # 0=disable IPsec ingress ACL checking #vfs.nfs.iothreads=4 # number of nfsio kernel threads |