]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 248861 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 25 Feb 2010 21:24:49 +0000 (21:24 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 25 Feb 2010 21:24:49 +0000 (21:24 +0000)
commit5407f8b38d3db0b251a7a604faeeb1656af526d8
treefcac37aa7e0f27911db019fa9b547126b29d3afe
parent52b06f1ad829342db14cd4d2e9787acb820b9306
Merged revisions 248861 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r248861 | tilghman | 2010-02-25 15:22:39 -0600 (Thu, 25 Feb 2010) | 22 lines

  Merged revisions 248859 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r248859 | tilghman | 2010-02-25 15:21:05 -0600 (Thu, 25 Feb 2010) | 15 lines

    Some platforms clear /var/run at boot, which makes connecting a remote console... difficult.

    Previously, we only created the default /var/run/asterisk directory at install
    time.  While we could create it in the init script, that would not work for
    those who start asterisk manually from the command line.  So the safest thing
    to do is to create it as part of the Asterisk boot process.  This also changes
    the ownership of the directory, because the pid and ctl files are created after
    we setuid/setgid.

    (closes issue #16802)
     Reported by: Brian
     Patches:
           20100224__issue16802.diff.txt uploaded by tilghman (license 14)
     Tested by: tzafrir
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@248863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c