Changeset 260
- Timestamp:
- 12/07/05 18:45:20 (3 years ago)
- Files:
-
- op/trunk/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
op/trunk/main.c
r257 r260 274 274 275 275 if (!read_conf && !read_conf_dir) 276 fatal(1, "could not open %s or any configuration files in %s ", OP_ACCESS, OP_ACCESS_DIR);276 fatal(1, "could not open %s or any configuration files in %s (check that file permissions are 600)", OP_ACCESS, OP_ACCESS_DIR); 277 277 278 278 if ((pw = getpwuid(getuid())) == NULL)
