diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-11-10 09:29:13 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-11-10 09:29:13 +0000 |
commit | 06e91a89ab782888bb8f44d4d3f0be6c78b8f61a (patch) | |
tree | 095b8240d5345020bc28abec5dc2fabca3e28789 /comms | |
parent | 25caaccbfc14f9d2a5df38b749323236e625b9de (diff) | |
download | pkgsrc-06e91a89ab782888bb8f44d4d3f0be6c78b8f61a.tar.gz |
Add -n to startup options, so starting Asterisk doesn't mess with screen
colours.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk16/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk16/files/asterisk.sh | 4 |
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 |