diff options
author | 2015-01-20 07:42:35 +0000 | |
---|---|---|
committer | 2015-01-20 07:42:35 +0000 | |
commit | 4482387134a657560ac85debd29b87bedb6dec4f (patch) | |
tree | b9e8083591b58aae08a4cda9f58ae585e82fa099 | |
parent | We all have syslog() now; assume LOG_PID and LOG_DAEMON (diff) | |
download | wireguard-openbsd-4482387134a657560ac85debd29b87bedb6dec4f.tar.xz wireguard-openbsd-4482387134a657560ac85debd29b87bedb6dec4f.zip |
Change the machdep.lidsupsend example now that the default setting has been
inverted.
-rw-r--r-- | etc/etc.zaurus/sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.zaurus/sysctl.conf b/etc/etc.zaurus/sysctl.conf index b743bf5a96b..9d7dc5d8120 100644 --- a/etc/etc.zaurus/sysctl.conf +++ b/etc/etc.zaurus/sysctl.conf @@ -1,3 +1,3 @@ #machdep.maxspeed=520 # set change maximum processor speed -#machdep.lidsuspend=1 # closing the lid will suspend machine +#machdep.lidsuspend=0 # do not supsend laptop upon lid closing #hw.setperf=0 # 0=slowest speed, 100=fastest speed |