diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-08 20:25:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-08 20:25:25 +0000 |
commit | e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2 (patch) | |
tree | 8d9a6cc8d4d1f9190e8b3dbaed6f366c7f9cb11e /rcfile_y.y | |
parent | 225b32b70c44288111f6229a61c0040e2f032082 (diff) | |
download | fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.tar.gz fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.tar.bz2 fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.zip |
Improved configuration and compilation.
svn path=/trunk/; revision=985
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ const char *pathname; /* pathname for the configuration file */ } if (statbuf.st_mode & ~(S_IFREG | S_IREAD | S_IWRITE)) { - fprintf(stderr, "File %s must have no more than -rw------ permissions.\n", + fprintf(stderr, "File %s must have no more than -rw------ (0600) permissions.\n", pathname); return(PS_AUTHFAIL); } |