aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-05-08 20:25:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-05-08 20:25:25 +0000
commite17f8194cadc0f11a53cd9ed6d4291dc6732a2f2 (patch)
tree8d9a6cc8d4d1f9190e8b3dbaed6f366c7f9cb11e /rcfile_y.y
parent225b32b70c44288111f6229a61c0040e2f032082 (diff)
downloadfetchmail-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.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index bbab87e3..28ca4c8e 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -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);
}