Code

utils os: Don't enforce the mode on existing directories in mkdir_all().
authorSebastian Harl <sh@tokkee.org>
Sun, 29 Jun 2014 19:52:30 +0000 (21:52 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 29 Jun 2014 19:56:25 +0000 (21:56 +0200)
commit76796f4b618f839aed33ca37f39782d44c3f04f3
tree94504daa55aee0dfda853d0f32eb1d7fcdb0d489
parentb7e29806ac6a680aa34d497fee4031f7705c5bdc
utils os: Don't enforce the mode on existing directories in mkdir_all().

This behaves badly when trying to create base directories like /var/run/ ;-)
src/utils/os.c