summaryrefslogtreecommitdiff
path: root/mail/mailgraph/files/mailgraph.sh
blob: 74c2b3215c73a42c746ea6b9b6a6c09315f48f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: mailgraph.sh,v 1.1.1.1 2004/12/31 21:36:59 kim Exp $
#

# PROVIDE: mailgraph
# REQUIRE: DAEMON

. /etc/rc.subr

name="@PKGBASE@"
rcvar=$name
pidfile="@VARBASE@/run/${name}.pid"
command_interpreter="@PERL@"
command="@PREFIX@/sbin/mailgraph"
command_args="-d"

load_rc_config $name
run_rc_command "$1"