13 lines
528 B
Plaintext
13 lines
528 B
Plaintext
$OpenBSD: patch-src_daemon_daemon_conf_in,v 1.1 2012/01/05 15:31:40 ajacoutot Exp $
|
|
--- src/daemon/daemon.conf.in.orig Thu Jan 5 16:21:23 2012
|
|
+++ src/daemon/daemon.conf.in Thu Jan 5 16:22:34 2012
|
|
@@ -29,7 +29,7 @@ changequote(`[', `]')dnl Set up m4 quoting
|
|
ifelse(@HAVE_DBUS@, 1, [dnl
|
|
; local-server-type = user
|
|
])dnl
|
|
-; enable-shm = yes
|
|
+enable-shm = no # default is yes but OpenBSD lacks shm_open()
|
|
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|
|
; lock-memory = no
|
|
; cpu-limit = no
|