From eddf496f3a1a83a5a3557984b3f57e855f9b8ec2 Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Tue, 10 Mar 2009 21:15:29 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/trunk@180898 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 73556b9286..4ee23df0a4 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 --------------------------