diff options
Diffstat (limited to 'net/openvswitch/files/ovs-vswitchd.in')
-rw-r--r-- | net/openvswitch/files/ovs-vswitchd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/files/ovs-vswitchd.in b/net/openvswitch/files/ovs-vswitchd.in index 0bd510ae7d99..0ef893fb0842 100644 --- a/net/openvswitch/files/ovs-vswitchd.in +++ b/net/openvswitch/files/ovs-vswitchd.in @@ -9,7 +9,7 @@ . /etc/rc.subr name="ovs_vswitchd" -rcvar=${name}_enable +rcvar=ovs_vswitchd_enable command="%%PREFIX%%/sbin/ovs-vswitchd" pidfile="%%PREFIX%%/var/run/ovs-vswitchd.pid" |