summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2010-11-10 09:29:13 +0000
committerjnemeth <jnemeth>2010-11-10 09:29:13 +0000
commite3e35f7453ae9f25bcfe759c85f51fd3d0635f91 (patch)
tree095b8240d5345020bc28abec5dc2fabca3e28789
parent5c91e68e4b58834beb593f3b6ca0a6b84e795bb7 (diff)
downloadpkgsrc-e3e35f7453ae9f25bcfe759c85f51fd3d0635f91.tar.gz
Add -n to startup options, so starting Asterisk doesn't mess with screen
colours.
-rw-r--r--comms/asterisk16/Makefile4
-rw-r--r--comms/asterisk16/files/asterisk.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile
index cde4f9d96ee..450e236f714 100644
--- a/comms/asterisk16/Makefile
+++ b/comms/asterisk16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/10/19 19:21:21 jnemeth Exp $
+# $NetBSD: Makefile,v 1.24 2010/11/10 09:29:13 jnemeth Exp $
#
DISTNAME= asterisk-1.6.2.13
@@ -9,7 +9,7 @@ CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \
http://downloads.asterisk.org/pub/telephony/sounds/releases/
-PKGREVISION= 1
+PKGREVISION= 2
OWNER= jnemeth@NetBSD.org
HOMEPAGE= http://www.asterisk.org/
diff --git a/comms/asterisk16/files/asterisk.sh b/comms/asterisk16/files/asterisk.sh
index e27ac2012fa..b91bd49d1b0 100644
--- a/comms/asterisk16/files/asterisk.sh
+++ b/comms/asterisk16/files/asterisk.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: asterisk.sh,v 1.3 2010/10/19 19:21:21 jnemeth Exp $
+# $NetBSD: asterisk.sh,v 1.4 2010/11/10 09:29:13 jnemeth Exp $
#
# PROVIDE: asterisk
# REQUIRE: DAEMON
@@ -25,7 +25,7 @@ start_precmd=asterisk_prestart
auser="@ASTERISK_USER@"
agroup="@ASTERISK_GROUP@"
-command_args="-U $auser -G $agroup"
+command_args="-U $auser -G $agroup -n"
asterisk_prestart() {
if test ! -d @ASTVARRUNDIR@; then