summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/fetchmail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/files/fetchmail.sh')
-rwxr-xr-xmail/fetchmail/files/fetchmail.sh26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/fetchmail/files/fetchmail.sh b/mail/fetchmail/files/fetchmail.sh
deleted file mode 100755
index 09380f9fc4b..00000000000
--- a/mail/fetchmail/files/fetchmail.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: fetchmail.sh,v 1.2 2004/08/01 04:54:56 jlam Exp $
-#
-# PROVIDE: fetchmail
-# REQUIRE: mail
-
-if [ -f /etc/rc.subr ]; then
- . /etc/rc.subr
-fi
-
-name="fetchmail"
-rcvar=$name
-command="@PREFIX@/bin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="@PKG_SYSCONFDIR@/${name}.conf"
-extra_commands="reload"
-command_args="-f - < @PKG_SYSCONFDIR@/${name}.conf"
-
-if [ -f /etc/rc.subr ]; then
- load_rc_config $name
- run_rc_command "$1"
-else
- @ECHO@ -n ' ${name}'
- ${command} ${fetchmail_flags} ${command_args}
-fi