aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-04-10 12:53:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-04-10 12:53:50 +0000
commit52d7849f4b51e2ea0f0bd24573efa5c3683442bd (patch)
treecc31bc551a4b227704b330a43a104bfab92e5431 /rcfile_y.y
parent1c2c80894897c28052939e8d6fe357694712debd (diff)
downloadfetchmail-52d7849f4b51e2ea0f0bd24573efa5c3683442bd.tar.gz
fetchmail-52d7849f4b51e2ea0f0bd24573efa5c3683442bd.tar.bz2
fetchmail-52d7849f4b51e2ea0f0bd24573efa5c3683442bd.zip
Minor cleanup patches.
svn path=/trunk/; revision=3289
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 a3271dac..dfe8ec87 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -226,7 +226,7 @@ serv_option : AKA alias_list
#if (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__)
current.server.monitor = xstrdup($2);
#else /* (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) */
- fprintf(stderr, _("fetchmail: monitor option is only supported under Linux\n"));
+ fprintf(stderr, _("fetchmail: monitor option is only supported under Linux (without IPv6) and FreeBSD\n"));
#endif /* (defined(linux) && !defined(INET6_ENABLE) || defined(__FreeBSD__)) */
}
| PLUGIN STRING { current.server.plugin = xstrdup($2); }