add small detail to error printf on e_sys.

SVN revision: 80799
This commit is contained in:
Carsten Haitzler 2012-12-13 08:32:37 +00:00
parent d4af779c0e
commit dae7d45236
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ auth_etc_enlightenment_sysactions_perm(char *path)
if ((st.st_mode & S_IWGRP) || (st.st_mode & S_IXGRP) ||
(st.st_mode & S_IWOTH) || (st.st_mode & S_IXOTH))
{
printf("ERROR: CONFIGURATION FILE HAS BAD PERMISSIONS\n");
printf("ERROR: CONFIGURATION FILE HAS BAD PERMISSIONS (writable by group and/or others)\n");
exit(10);
}
}