Cleanup default file locations and XenServer packaging
[openvswitch] / lib / unixctl.c
index 88fe60352453dc4b9531302b13628e5a14f6e9a0..b52d3d1ece15e5c955d0bffda4b1437812738438 100644 (file)
@@ -443,7 +443,7 @@ unixctl_server_destroy(struct unixctl_server *server)
 \f
 /* Connects to a Vlog server socket.  'path' should be the name of a Vlog
  * server socket.  If it does not start with '/', it will be prefixed with
- * ovs_rundir (e.g. /var/run).
+ * ovs_rundir (e.g. /var/run/openvswitch).
  *
  * Returns 0 if successful, otherwise a positive errno value.  If successful,
  * sets '*clientp' to the new unixctl_client, otherwise to NULL. */