mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

chebrard
02.24.2008 71a34a13d9dc6064d3d467f1c8ba64c14ce2a10b
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -150,7 +150,7 @@
  /**
   * The path to the default instance.
   */
  public static final String DEFAULT_INSTANCE_PATH = "/var/opt/opends";
  public static final String DEFAULT_INSTANCE_PATH = "/var/opends";
  /**
   * The relative path to the instance.loc file.
@@ -161,7 +161,7 @@
  /**
   * The path to the instance.loc file.
   */
  public static final String INSTANCE_LOCATION_PATH = "/etc/opt/opends/" +
  public static final String INSTANCE_LOCATION_PATH = "/etc/opends/" +
    INSTANCE_LOCATION_PATH_RELATIVE;
  /**