aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.in
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-08-02 01:20:23 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-08-02 01:20:23 +0000
commitaab18800bcf364ee5d3f34f96fb88ceec2b50bb9 (patch)
treeebe8f342c0f753184748b4e78bbe6b2d72655b1a /fetchmailconf.in
parent2cabbf89f9f696a4786476a4eda7a59a1c16d486 (diff)
downloadfetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.tar.gz
fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.tar.bz2
fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.zip
Rename fetchmailconf to fetchmailconf.py.
Add a shell wrapper script fetchmailconf (with @PYTHON@ substituted). Use automake's PYTHON mode to byte-compile the script at install time. svn path=/trunk/; revision=4220
Diffstat (limited to 'fetchmailconf.in')
-rw-r--r--fetchmailconf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmailconf.in b/fetchmailconf.in
new file mode 100644
index 00000000..79aa0922
--- /dev/null
+++ b/fetchmailconf.in
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+exec @PYTHON@ fetchmailconf.py "$@"