summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/asterisk/ChangeLog6
-rwxr-xr-xnet-misc/asterisk/files/1.2.0/asterisk.rc64
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog
index fd99bfd71eff..e64c77455658 100644
--- a/net-misc/asterisk/ChangeLog
+++ b/net-misc/asterisk/ChangeLog
@@ -1,6 +1,10 @@
# 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.155 2007/04/05 10:32:43 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.156 2007/04/19 19:46:16 gustavoz Exp $
+
+ 19 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ files/1.2.0/asterisk.rc6:
+ Fix for nice absolute path #174539
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.
diff --git a/net-misc/asterisk/files/1.2.0/asterisk.rc6 b/net-misc/asterisk/files/1.2.0/asterisk.rc6
index d2b4c0872206..af388015bb92 100755
--- a/net-misc/asterisk/files/1.2.0/asterisk.rc6
+++ b/net-misc/asterisk/files/1.2.0/asterisk.rc6
@@ -1,7 +1,7 @@
#!/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.4 2007/04/05 10:32:43 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/1.2.0/asterisk.rc6,v 1.5 2007/04/19 19:46:16 gustavoz Exp $
opts="${opts} forcestop reload"
@@ -65,7 +65,7 @@ asterisk_run_loop() {
if [ -n "${ASTERISK_NICE}" ]; then
echo " Nice level : ${ASTERISK_NICE}"
- NICE="/bin/nice -n ${ASTERISK_NICE} --"
+ NICE="nice -n ${ASTERISK_NICE} --"
fi
if [ -n "${ASTERISK_NOTIFY_EMAIL}" ]; then