added: parameter 'r' to priv function

all directories and files can be changed


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@586 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-02-16 00:37:00 +00:00
parent a276fb6b79
commit 4fe3d4339f
16 changed files with 347 additions and 106 deletions

View File

@@ -252,8 +252,19 @@ void priv_privileges(Info & i)
}
void priv_privileges_for_files(Info & i)
{
//!! bedzie uzyte umask
i.out << std::setbase(8) << (int)0644 << std::setbase(10);
}
void priv_privileges_for_dirs(Info & i)
{
//!! bedzie uzyte umask
i.out << std::setbase(8) << (int)0755 << std::setbase(10);
}
} // namespace TemplatesFunctions