From 20b937ad5281eb92e5fc7267fbce47112ce26835 Mon Sep 17 00:00:00 2001 From: bouyer Date: Mon, 6 Jun 2005 16:07:42 +0000 Subject: 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. --- net/openvmps/files/vmpsd.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/openvmps/files/vmpsd.sh (limited to 'net/openvmps/files') diff --git a/net/openvmps/files/vmpsd.sh b/net/openvmps/files/vmpsd.sh new file mode 100644 index 00000000000..10be1c0b403 --- /dev/null +++ b/net/openvmps/files/vmpsd.sh @@ -0,0 +1,18 @@ +#!@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" -- cgit v1.2.3