aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-44/+35
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-0/+2
* Other routine fixups.Eric S. Raymond2002-04-011-1/+1
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-1/+8
* Comment fix.Eric S. Raymond2001-06-241-1/+1
* Fix patches from HMH and others.Eric S. Raymond2001-05-211-1/+6
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-1/+7
* Dave Zarzycki's fixes.Eric S. Raymond2001-02-101-15/+25
* Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-0/+1
* Minor update.Eric S. Raymond2000-07-231-0/+33
* Better OpenSSL support.Eric S. Raymond2000-07-021-2/+7
* Better file check for progress-to control.Eric S. Raymond2000-06-281-0/+12
* Label save closes.Eric S. Raymond2000-01-311-2/+2
* ; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#! /bin/sh

# This is a rudimentary tests to see if fetchmail can parse a trivial
# configuration and dump it in human-readable and machine-readable form.

set -e
trap 'rm -f t.rc.$$' 0
cp "${srcdir}/t.rc" t.rc.$$
chmod 0400 t.rc.$$
./fetchmail -V -f t.rc.$$ >/dev/null
./fetchmail --configdump -f t.rc.$$ >/dev/null