From e8e4be476501fbd939aa92d61e8177a3b0269b97 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 27 Aug 2010 00:48:19 +0000 Subject: [PATCH] readd missing _ from user/group names in sample config. spotted by Brad. --- telephony/asterisk/Makefile | 3 ++- telephony/asterisk/patches/patch-Makefile | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/telephony/asterisk/Makefile b/telephony/asterisk/Makefile index c36ab0d1b2d..97bbb2530b2 100644 --- a/telephony/asterisk/Makefile +++ b/telephony/asterisk/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.91 2010/08/17 19:53:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.92 2010/08/27 00:48:19 sthen Exp $ SHARED_ONLY= Yes COMMENT-main= open source multi-protocol PBX and telephony toolkit VER= 1.6.2.11 +REVISION-main= 0 CORESOUNDS= 1.4.19 DISTNAME= asterisk-${VER:S/rc/-rc/} PKGNAME-main= asterisk-${VER} diff --git a/telephony/asterisk/patches/patch-Makefile b/telephony/asterisk/patches/patch-Makefile index 12011401f6c..a6211cd0330 100644 --- a/telephony/asterisk/patches/patch-Makefile +++ b/telephony/asterisk/patches/patch-Makefile @@ -1,4 +1,4 @@ -$OpenBSD: patch-Makefile,v 1.28 2010/07/25 10:08:03 sthen Exp $ +$OpenBSD: patch-Makefile,v 1.29 2010/08/27 00:48:19 sthen Exp $ --- Makefile.orig Thu Jun 10 21:35:06 2010 +++ Makefile Wed Jun 30 15:25:51 2010 @@ -121,7 +121,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR)) @@ -47,8 +47,8 @@ $OpenBSD: patch-Makefile,v 1.28 2010/07/25 10:08:03 sthen Exp $ echo ";sendfullybooted = yes ; Send the FullyBooted AMI event on AMI login and when all modules are finished loading" ; \ - echo ";runuser = asterisk ; The user to run as" ; \ - echo ";rungroup = asterisk ; The group to run as" ; \ -+ echo "runuser = asterisk ; The user to run as" ; \ -+ echo "rungroup = asterisk ; The group to run as" ; \ ++ echo "runuser = _asterisk ; The user to run as" ; \ ++ echo "rungroup = _asterisk ; The group to run as" ; \ echo ";lightbackground = yes ; If your terminal is set for a light-colored background" ; \ echo "documentation_language = en_US ; Set the Language you want Documentation displayed in. Value is in the same format as locale names" ; \ echo ";hideconnect = yes ; Hide messages displayed when a remote console connects and disconnects" ; \