From 5eea85798a7476a490262164c65fb5836d275165 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Wed, 03 Dec 2008 14:37:50 +0000
Subject: [PATCH] Provide suppport for SMF for the SVR4 packages. A SMF manifest is delivered in /usr/opends/resources/opends-manifest.xml The manifest is edited and copied under /var/svc/manifest/network/ldap by the configure command (will be committed later), and imported via svccfg. start-ds / stop-ds / control-panel can be used to start /stop the server. They temporarily enable/disable the opends service. Use svcadm enable opends to permanently enable OpenDS to start at boot time.
---
opends/src/quicksetup/org/opends/quicksetup/configurator/Configurator.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/configurator/Configurator.java b/opends/src/quicksetup/org/opends/quicksetup/configurator/Configurator.java
index 9fcfd0a..a932d4e 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/configurator/Configurator.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/configurator/Configurator.java
@@ -209,7 +209,7 @@
exit = proc.exitValue();
if (exit != 0) {
LOG.log(Level.SEVERE, "[" + cmd + "] returns " + exit);
- System.err.println(ERR_CONFIGURE_OPENDSD_NOT_EXIST.get());
+ System.err.println(ERR_CONFIGURE_LDAPUSER_NOT_EXIST.get(user));
System.exit(ReturnCode.APPLICATION_ERROR.getReturnCode());
}
}
--
Gitblit v1.10.0