Displaying 1 result from an estimated 1 matches for "tmp_mode".
Did you mean:
tmp_code
2010 Jun 21
0
would like more detail when /tmp directory is missing. patch for linux/syslinux.c
...,7 +421,8 @@ int main(int argc, char *argv[])
Make a temp dir and pass all the gunky options to mount. */
if (chdir(_PATH_TMP)) {
- perror(program);
+ fprintf(stderr, "%s: Cannot access the %s directory.\n",
+ program, _PATH_TMP);
exit(1);
}
#define TMP_MODE (S_IXUSR|S_IWUSR|S_IXGRP|S_IWGRP|S_IWOTH|S_IXOTH|S_ISVTX)