Changeset 260

Show
Ignore:
Timestamp:
12/07/05 18:45:20 (3 years ago)
Author:
athomas
Message:
  • Updated config error message so it is more useful.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • op/trunk/main.c

    r257 r260  
    274274 
    275275        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); 
    277277 
    278278        if ((pw = getpwuid(getuid())) == NULL)