]> git.proxmox.com Git - mirror_ovs.git/blobdiff - m4/openvswitch.m4
Cleanup default file locations and XenServer packaging
[mirror_ovs.git] / m4 / openvswitch.m4
index ccb3a0143f705b8c28d715e2d9ccde555562c979..58e4b64e0255c8f4f61df4f4b592d70bc2fa7483 100644 (file)
@@ -113,9 +113,10 @@ AC_DEFUN([OVS_CHECK_RUNDIR],
   [AC_ARG_WITH(
      [rundir], 
      AC_HELP_STRING([--with-rundir=DIR], 
-                    [directory used for pidfiles [[LOCALSTATEDIR/run]]]),
+                    [directory used for pidfiles
+                    [[LOCALSTATEDIR/run/openvswitch]]]),
      [RUNDIR=$withval],
-     [RUNDIR='${localstatedir}/run'])
+     [RUNDIR='${localstatedir}/run/openvswitch'])
    AC_SUBST([RUNDIR])])
 
 dnl Checks for the directory in which to store logs.