Mon Dec 26 22:36:30 2016 UTC ()
make the message about null page less OS specific (suggest linux
sysctl as well)


(maya)
diff -r0 -r1.3 pkgsrc/emulators/wine-devel/MESSAGE
diff -r1.1 -r0 pkgsrc/emulators/wine-devel/MESSAGE.NetBSD

File Added: pkgsrc/emulators/wine-devel/Attic/MESSAGE
===========================================================================
$NetBSD: MESSAGE,v 1.3 2016/12/26 22:36:30 maya Exp $

If you are experiencing crashes, it may be due to a security measure
blocking the mapping of the NULL page.

You can disable this (at a security cost) with the following commands:

 NetBSD:
	# sysctl -w vm.user_va0_disable=0
 Linux:
	# sysctl -w vm.mmap_min_addr=0

===========================================================================

File Deleted: pkgsrc/emulators/wine-devel/Attic/MESSAGE.NetBSD