[asterisk-commits] mvanbaak: branch 1.6.0 r177853 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Feb 21 07:14:50 CST 2009
Author: mvanbaak
Date: Sat Feb 21 07:14:50 2009
New Revision: 177853
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=177853
Log:
Blocked revisions 177852 via svnmerge
........
r177852 | mvanbaak | 2009-02-21 14:13:35 +0100 (Sat, 21 Feb 2009) | 18 lines
set ASTVARRUNDIR=$(localstatedir)/run/asterisk as default path
When running asterisk as non-root and without this patch the pidfile wants
to go into /var/run/asterisk.pid. This directory is not writable for
the non-root user and changing permissions is not an option.
Putting it in /var/run/asterisk/asterisk.pid makes it possible
to set permissions on the /var/run/asterisk dir so everything
works as it should be.
Patched committed is based on pabelanger's patch.
(closes issue #13153)
Reported by: pabelanger
Patches:
2009012900_bug13153-nonrootscripts.diff.txt uploaded by mvanbaak (license 7)
Review: http://reviewboard.digium.com/r/139/
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list