diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
commit | 83eb2c37009874672764765ec3bf3b59286c7391 (patch) | |
tree | a956ace1a4a1e10876d4c36f12af02bc9df6cb29 /net/openvswitch | |
parent | 3c1484f2613137d7eaba8577f6d580c5532ac912 (diff) |
Notes
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/files/ovs-vswitchd.in | 2 | ||||
-rw-r--r-- | net/openvswitch/files/ovsdb-server.in | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/net/openvswitch/files/ovsdb-server.in b/net/openvswitch/files/ovsdb-server.in index 2701f85dbc77..4191a93e912b 100644 --- a/net/openvswitch/files/ovsdb-server.in +++ b/net/openvswitch/files/ovsdb-server.in @@ -9,7 +9,7 @@ . /etc/rc.subr name="ovsdb_server" -rcvar=${name}_enable +rcvar=ovsdb_server_enable command="%%PREFIX%%/sbin/ovsdb-server" pidfile="%%PREFIX%%/var/run/ovsdb-server.pid" |