]> 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:06 +0000 (21:24 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 25 Feb 2010 21:24:06 +0000 (21:24 +0000)
commitd51611efee2022f98bac2a09f25b183dacb42b0e
tree56f0bef83317bea8ceb20627973351b9d48d45e9
parenta58e335190497d5a7b7f631ebee79b82cefea611
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.0@248862 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c