aboutsummaryrefslogtreecommitdiffstats
path: root/main/fetchmail/fetchmail.confd
diff options
context:
space:
mode:
authorDaniele Coli <danielsan.dani@gmail.com>2016-02-14 12:10:18 +0100
committerTimo Teräs <timo.teras@iki.fi>2016-02-22 14:20:26 +0000
commit0b87fe1b7d417dad80a48b3d7743c37cf47cb943 (patch)
treeebc38dbc63d661902d7a4a8068c7f09bd38407ed /main/fetchmail/fetchmail.confd
parent2e88ee6aebf661b9ea221e5dd3e251535eaba6f6 (diff)
downloadaports-0b87fe1b7d417dad80a48b3d7743c37cf47cb943.tar.bz2
aports-0b87fe1b7d417dad80a48b3d7743c37cf47cb943.tar.xz
main/fetchmail: Added description to init.d script and moved configuration options to confd
Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. Moved configuration file path and startup options to confd file.
Diffstat (limited to 'main/fetchmail/fetchmail.confd')
-rw-r--r--main/fetchmail/fetchmail.confd5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/fetchmail/fetchmail.confd b/main/fetchmail/fetchmail.confd
new file mode 100644
index 0000000000..baa1a4c2af
--- /dev/null
+++ b/main/fetchmail/fetchmail.confd
@@ -0,0 +1,5 @@
+# /etc/conf.d/fetchmail: config file for /etc/init.d/fetchmail
+
+# See the fetchmail(1) man page for possible options to put here.
+CFGFILE="/etc/fetchmailrc"
+FETCHMAIL_OPTS="-d ${polling_period:-300}"