diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-04-05 10:32:43 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-04-05 10:32:43 +0000 |
commit | 7925a9a72089eaba256fdf83f163ff181610f8ef (patch) | |
tree | ef1cb9d7a2d1ce335c91608f6df4ce6e727fc42f /net-misc/asterisk | |
parent | Version bump. (diff) | |
download | gentoo-2-7925a9a72089eaba256fdf83f163ff181610f8ef.tar.gz gentoo-2-7925a9a72089eaba256fdf83f163ff181610f8ef.tar.bz2 gentoo-2-7925a9a72089eaba256fdf83f163ff181610f8ef.zip |
use nscd and dns so that asterisk can resolve server names on boot.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 5 | ||||
-rwxr-xr-x | net-misc/asterisk/files/1.2.0/asterisk.rc6 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index abe9e701904d..fd99bfd71eff 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/asterisk # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.154 2007/03/23 01:41:37 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.155 2007/04/05 10:32:43 uberlord Exp $ + + 05 Apr 2007; Roy Marples <uberlord@gentoo.org> files/1.2.0/asterisk.rc6: + use nscd and dns so that asterisk can resolve server names on boot. 23 Mar 2007; Rajiv Aaron Manglani <rajiv@gentoo.org> -files/1.0.0/asterisk-1.0.12-chan_sip.patch, -asterisk-1.0.12-r1.ebuild: diff --git a/net-misc/asterisk/files/1.2.0/asterisk.rc6 b/net-misc/asterisk/files/1.2.0/asterisk.rc6 index 4ab433d24686..d2b4c0872206 100755 --- a/net-misc/asterisk/files/1.2.0/asterisk.rc6 +++ b/net-misc/asterisk/files/1.2.0/asterisk.rc6 @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/1.2.0/asterisk.rc6,v 1.3 2007/03/09 20:57:59 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/1.2.0/asterisk.rc6,v 1.4 2007/04/05 10:32:43 uberlord Exp $ opts="${opts} forcestop reload" depend() { need net - use zaptel mysql postgresql slapd capi + use nscd dns zaptel mysql postgresql slapd capi } is_running() { |