[asterisk-bugs] [Asterisk 0018446]: Configuring settings in /etc/defaults/asterisk cause the init.d process to stay on STDOUT
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 16 16:03:26 UTC 2010
The following issue has been REOPENED.
======================================================================
https://issues.asterisk.org/view.php?id=18446
======================================================================
Reported By: lathama
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18446
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.8.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-12-09 08:07 CST
Last Modified: 2010-12-16 10:03 CST
======================================================================
Summary: Configuring settings in /etc/defaults/asterisk cause
the init.d process to stay on STDOUT
Description:
Using the /etc/defaults/asterisk file with
VERBOSITY=3
Continues to put all output to the STDOUT
Commenting the setting makes it work as expected.
#VERBOSITY=3
======================================================================
----------------------------------------------------------------------
(0129675) lathama (reporter) - 2010-12-16 10:03
https://issues.asterisk.org/view.php?id=18446#c129675
----------------------------------------------------------------------
SVN checkout and install. No packaging involved.
Hint:
's|__ASTERISK_ETC_DIR__|$(ASTETCDIR)|;s|__ASTERISK_SBIN_DIR__|$(ASTSBINDIR)|;s|__ASTERISK_VARRUN_DIR__|$(ASTVARRUNDIR)|;'
> contrib/init.d/rc.asterisk.tmp ; \
$(INSTALL) -m 755 contrib/init.d/rc.asterisk.tmp
$(DESTDIR)/etc/init.d/asterisk ; \
rm -f contrib/init.d/rc.asterisk.tmp ; \
if [ ! -f $(DESTDIR)/etc/default/asterisk ] ; then \
$(INSTALL) -m 644 contrib/init.d/etc_default_asterisk
$(DESTDIR)/etc/default/asterisk ; \
fi ; \
if [ -z "$(DESTDIR)" ] ; then \
/usr/sbin/update-rc.d asterisk defaults 50 91 ; \
fi ; \
elif [ -f /etc/gentoo-release ] ; then \
cat contrib/init.d/rc.gentoo.asterisk | sed
Issue History
Date Modified Username Field Change
======================================================================
2010-12-16 10:03 lathama Note Added: 0129675
2010-12-16 10:03 lathama Status closed => new
2010-12-16 10:03 lathama Resolution no change required =>
reopened
======================================================================
More information about the asterisk-bugs
mailing list