This commit is contained in:
ziggi
2017-12-10 20:11:06 +00:00
commit a5cb8fbf18
100 changed files with 95135 additions and 0 deletions

24
rc.d/maacom Normal file
View File

@@ -0,0 +1,24 @@
#!/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

24
rc.d/maacom.in Executable file
View File

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