pkgsrc/net/openvmps/files/vmpsd.sh
bouyer 20b937ad52 Import openvmps 1.3 to the package collection.
VMPS (VLAN Management Policy Server) is a way of assigning switch ports to
specific VLANs based on the MAC address of connecting device. OpenVMPS is a
GPL implementation of VMPS.
2005-06-06 16:07:42 +00:00

18 lines
308 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: vmpsd.sh,v 1.1.1.1 2005/06/06 16:07:43 bouyer Exp $
#
# PROVIDE: vmpsd
# REQUIRE: DAEMON
. /etc/rc.subr
name="vmpsd"
rcvar="vmpsd"
command="@PREFIX@/bin/${name}"
required_files="@PKG_SYSCONFDIR@/vlan.db"
extra_commands="reload"
load_rc_config $name
run_rc_command "$1"