Typo in etc.i386/sysctl.conf

2015-06-16 Thread Ville Valkonen
Hello,

a simple typo in etc.i386/sysctl.conf. Simple enough to fix manually
even Gmail mangles the diff:
--- etc/etc.i386/sysctl.confTue Jun 16 22:58:11 2015
+++ etc/etc.i386/sysctl.conf.orig   Tue Jun 16 22:57:55 2015
@@ -1,7 +1,7 @@
 #machdep.allowaperture=2   # See xf86(4)
 #machdep.apmhalt=1 # 1=powerdown hack, try if halt -p doesn't work
 #machdep.kbdreset=1# permit console CTRL-ALT-DEL to do a nice halt
-#machdep.lidsuspend=0  # do not suspend laptop upon lid closing
+#machdep.lidsuspend=0  # do not supsend laptop upon lid closing
 #machdep.userldt=1 # allow userland programs to play with ldt,
# required by some ports
 #kern.emul.linux=1 # enable running Linux binaries

--
Regards,
Ville Valkonen



Re: Typo in etc.i386/sysctl.conf

2015-06-16 Thread Miod Vallat
 Hello,
 
 a simple typo in etc.i386/sysctl.conf. Simple enough to fix manually
 even Gmail mangles the diff:

Fixed, thanks.

Miod



Re: Typo in etc.i386/sysctl.conf

2015-06-16 Thread Ville Valkonen
On 16 June 2015 at 23:02, Ville Valkonen weezeld...@gmail.com wrote:
 Hello,

 a simple typo in etc.i386/sysctl.conf. Simple enough to fix manually
 even Gmail mangles the diff:
 --- etc/etc.i386/sysctl.confTue Jun 16 22:58:11 2015
 +++ etc/etc.i386/sysctl.conf.orig   Tue Jun 16 22:57:55 2015
 @@ -1,7 +1,7 @@
  #machdep.allowaperture=2   # See xf86(4)
  #machdep.apmhalt=1 # 1=powerdown hack, try if halt -p doesn't 
 work
  #machdep.kbdreset=1# permit console CTRL-ALT-DEL to do a nice 
 halt
 -#machdep.lidsuspend=0  # do not suspend laptop upon lid closing
 +#machdep.lidsuspend=0  # do not supsend laptop upon lid closing
  #machdep.userldt=1 # allow userland programs to play with ldt,
 # required by some ports
  #kern.emul.linux=1 # enable running Linux binaries

 --
 Regards,
 Ville Valkonen

..and managed to get this wrong way around. Great.