Use ensure_dirs() and apply_permissions() to avoid redundant
authorZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 04:19:04 +0000 (04:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 04:19:04 +0000 (04:19 -0000)
commit100fdc5db0d85916bebe1313916931f00cb3fc77
tree655a3cfb1c452d886457d56458ec09a9a4fc14e8
parent5112d07e4896ccc80c2b3a77276dad4a3a3c65da
Use ensure_dirs() and apply_permissions() to avoid redundant
chown/chmod calls. This helps avoid 'Permission denied'
errors during elog_process() when the ebuild command is run
by normal user (issue reported by graaff). (trunk r7789)

svn path=/main/branches/2.1.2/; revision=7820
pym/elog_modules/mod_save.py
pym/elog_modules/mod_save_summary.py