Index: head/net-mgmt/openvmps/files/vmpsd.in =================================================================== --- head/net-mgmt/openvmps/files/vmpsd.in (revision 409258) +++ head/net-mgmt/openvmps/files/vmpsd.in (revision 409259) @@ -1,29 +1,29 @@ #!/bin/sh # $FreeBSD$ # PROVIDE: vmpsd # REQUIRE: DAEMON # KEYWORD: shutdown . /etc/rc.subr name=vmpsd rcvar=vmpsd_enable load_rc_config $name # Define these vmpsd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/vmpsd -# +# # DO NOT CHANGE THESE DEFAULT VALUES HERE : ${vmpsd_enable:=NO} # Enable vmpsd : ${vmpsd_program:=%%PREFIX%%/sbin/vmpsd} # Location of vmpsd : ${vmpsd_flags=-f /usr/local/etc/vmps.db} # Flags to vmpsd program command=%%PREFIX%%/sbin/${name} run_rc_command $1 Index: head/net-mgmt/openvmps/pkg-descr =================================================================== --- head/net-mgmt/openvmps/pkg-descr (revision 409258) +++ head/net-mgmt/openvmps/pkg-descr (revision 409259) @@ -1,5 +1,5 @@ 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. +specific VLANs based on the MAC address of connecting device. OpenVMPS is +a GPL implementation of VMPS. WWW: http://vmps.sourceforge.net/