aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-10 21:15:29 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-10 21:15:29 +0000
commitbfc2dcb6cb8cf35c8d03bbf2889b27839ee9e7c1 (patch)
treeb56ba86bf1b69ef60c136042ab5263eb0cf0ba5c /CHANGES
parent1f301f3cfefe4ae1cdecaeaf29cf14afc8b79675 (diff)
list the move of the astvarrundir from /var/run to /var/run/asterisk
(actually its $(localstatedir)/run/asterisk Makes setups with asterisk as non-root easier to manage because you can setup permissions on this dir instead of touching a file and setting permissions on that. Files that come to mind are asterisk.pid and asterisk.ctl socket. Prodded by and ok @russell git-svn-id: http://svn.digium.com/svn/asterisk/trunk@180898 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 73556b928..4ee23df0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -154,6 +154,10 @@ Miscellaneous
can connect calls in passthrough mode, as well as record and play back files.
* Successful and unsuccessful call pickup can now be alerted through sounds, by
using pickupsound and pickupfailsound in features.conf.
+ * ASTVARRUNDIR is now set to $(localstatedir)/run/asterisk by default.
+ This means the asterisk pid file will now be in /var/run/asterisk/asterisk.pid on LINUX
+ instead of the /var/run/asterisk.pid where it used to be. This will make
+ installs as non-root easier to manage.
Asterisk Manager Interface
--------------------------