autoreconf

This commit is contained in:
ziggi
2017-12-14 16:05:43 +02:00
parent c14655fea6
commit 3926acfd53
3 changed files with 0 additions and 72 deletions

View File

@@ -1,24 +0,0 @@
#!/bin/sh
#
# $Id$
#
# PROVIDE: maacom
# REQUIRE: LOGIN
. /etc/rc.subr
name="maacom"
rcvar="maacom_enable"
pidfile="/var/run/maacom"/maacom.pid
command="/usr/local/sbin/${name}"
command_args=""
procname="/usr/local/sbin/${name}"
command_interpreter="/usr/local/bin/perl"
load_rc_config ${name}
: ${pgagent_enable:="NO"}
run_rc_command "$1"
#EOF