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

Ludovic Poitou
29.08.2010 8ff971660f43990b09a411ea2fa3bbf790b9c9cc
opendj-sdk/opends/src/server/org/opends/server/tools/CreateRCScript.java
@@ -226,7 +226,7 @@
    String suString = "";
    String EscQuote1 = "\"";
    String EscQuote2 = "";
    if (userName.isPresent())
    {
      String suCmd = "/bin/su";
@@ -262,7 +262,8 @@
      }
      w.println("# chkconfig: 345 95 5");
      w.println("# description: Control the " + SHORT_NAME + " Directory Server");
      w.println("# description: Control the " +
          SHORT_NAME + " Directory Server");
      w.println();
      w.println();