$OpenBSD: patch-configs_asterisk_conf_sample,v 1.4 2013/03/28 20:24:53 sthen Exp $
--- configs/asterisk.conf.sample.orig	Wed Apr 25 10:32:21 2012
+++ configs/asterisk.conf.sample	Fri Oct 26 14:17:03 2012
@@ -61,8 +61,8 @@ astsbindir => /usr/sbin
 				; not otherwise require one.
 ;transcode_via_sln = yes	; Build transcode paths via SLINEAR, instead of
 				; directly.
-;runuser = asterisk		; The user to run as.
-;rungroup = asterisk		; The group to run as.
+runuser = _asterisk		; The user to run as.
+rungroup = _asterisk		; The group to run as.
 ;lightbackground = yes		; If your terminal is set for a light-colored
 				; background.
 ;forceblackbackground = yes     ; Force the background of the terminal to be 
@@ -85,11 +85,11 @@ documentation_language = en_US	; Set the language you 
 				; Default gosub.
 
 ; Changing the following lines may compromise your security.
-;[files]
-;astctlpermissions = 0660
-;astctlowner = root
-;astctlgroup = apache
-;astctl = asterisk.ctl
+[files]
+astctlpermissions = 0660
+astctlowner = _asterisk
+astctlgroup = wheel
+astctl = asterisk.ctl
 
 [compat]
 pbx_realtime=1.6
