summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/create_instance.c
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-09-02 20:40:54 +0000
committerRich Megginson <rmeggins@redhat.com>2005-09-02 20:40:54 +0000
commit516db9420c77cb4dd9cd00ad93cabeb14b3d4041 (patch)
tree52caa6352c35883512e59d0955dda30df40e544d /ldap/admin/src/create_instance.c
parent2370180602d5c66a4762dc1b83c0bad35121ee9d (diff)
downloadds-516db9420c77cb4dd9cd00ad93cabeb14b3d4041.tar.gz
ds-516db9420c77cb4dd9cd00ad93cabeb14b3d4041.tar.xz
ds-516db9420c77cb4dd9cd00ad93cabeb14b3d4041.zip
Bug(s) fixed: 167453
Bug Description: Use all open source components Reviewed by: Noriko (Thanks!) Fix Description: This changes the DS 72 build to pick up the new Admin Server open source candidate (using Apache, modules, etc), and the new adminutil and setuputil components. The code has been changed to reflect the new naming (adminsdk -> adminutil, setupsdk -> setuputil) and new versions of these components (7.1) and new /s/b/c disk layout where applicable. We don't really get very much from the admin server anymore, just the admin and base packages. All of the other setup stuff (setup, setup.inf, svrcore, etc.) come directly from the setuputil package. Platforms tested: RHEL3 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'ldap/admin/src/create_instance.c')
-rw-r--r--ldap/admin/src/create_instance.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldap/admin/src/create_instance.c b/ldap/admin/src/create_instance.c
index aa08733f..aa0eedc3 100644
--- a/ldap/admin/src/create_instance.c
+++ b/ldap/admin/src/create_instance.c
@@ -1161,7 +1161,7 @@ char *create_server(server_config_s *cf, char *param_name)
" sleep 1;\n"
" else\n"
" PID=`cat $PIDFILE`\n"
- /* rbyrne: setupsdk takes any message here as an error:
+ /* rbyrne: setuputil takes any message here as an error:
" echo Server has been started. ns-slapd process started: $PID\n"*/
" exit 0;\n"
" fi\n"
@@ -1218,7 +1218,7 @@ char *create_server(server_config_s *cf, char *param_name)
" sleep 1;\n"
" else\n"
" PID=`cat $PIDFILE`\n"
- /* rbyrne: setupsdk takes any message here as an error:
+ /* rbyrne: setuputil takes any message here as an error:
" echo Server has been started. ns-slapd process started: $PID\n"*/
" exit 0;\n"
" fi\n"
@@ -1297,7 +1297,7 @@ char *create_server(server_config_s *cf, char *param_name)
" fi\n"
" else\n"
" PID=`cat $PIDFILE`\n"
- /* rbyrne: setupsdk takes any message here as an error:
+ /* rbyrne: setuputil takes any message here as an error:
" echo Server has been started. ns-slapd process started: $PID\n"*/
" exit 0;\n"
" fi\n"
@@ -1345,7 +1345,7 @@ char *create_server(server_config_s *cf, char *param_name)
" if test -f $PIDFILE ; then\n"
" rm -f $PIDFILE\n"
" fi\n"
- /* rbyrne: setupsdk takes any message here as an error:
+ /* rbyrne: setuputil takes any message here as an error:
" echo Server has been stopped. ns-slapd process stopped: $PID\n"*/
" exit 0\n"
" fi\n"