| opends/src/server/org/opends/server/tools/CreateRCScript.java | ●●●●● patch | view | raw | blame | history |
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();