summaryrefslogtreecommitdiffstats
path: root/ldap/systools
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-02-02 19:35:54 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-02-02 19:35:54 +0000
commit4e1df29390c456c9bd02f578bab94a3c8034fbb9 (patch)
tree485475a8a43195b9d3009b6ddf8f1511e3d245e9 /ldap/systools
parentae05276447e919c49e2ce81e3435f949471685b8 (diff)
downloadds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.gz
ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.xz
ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.zip
[146919] De-brand the Directory Server as "brandx"
Diffstat (limited to 'ldap/systools')
-rw-r--r--ldap/systools/idsktune.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldap/systools/idsktune.c b/ldap/systools/idsktune.c
index c6afaa1d..bbdf435e 100644
--- a/ldap/systools/idsktune.c
+++ b/ldap/systools/idsktune.c
@@ -609,7 +609,7 @@ int sun_check_kern_arch(char *a,char *b)
if (flag_debug) printf("DEBUG : Kernel architecture: sun4u\n");
} else {
if (flag_html) printf("<P>\n");
- printf("%s: The kernel architecture is %s. Netscape products are optimized\nfor the UltraSPARC architecture and will exhibit poorer performance on earlier\nmachines.\n\n","WARNING",b);
+ printf("%s: The kernel architecture is %s. Brandx products are optimized\nfor the UltraSPARC architecture and will exhibit poorer performance on earlier\nmachines.\n\n","WARNING",b);
if (flag_html) printf("</P>\n");
flag_arch_bad = 1;
}
@@ -2756,8 +2756,8 @@ static void disk_tests(void)
#if defined(_WIN32)
/* TBD */
#else
- if (access("/usr/netscape",X_OK) == 0) {
- sprintf(install_dir,"/usr/netscape");
+ if (access("/usr/brandx",X_OK) == 0) {
+ sprintf(install_dir,"/usr/brandx");
} else {
sprintf(install_dir,"/opt");
}
@@ -3235,7 +3235,7 @@ int main(int argc,char *argv[])
char sysbuf[BUFSIZ];
int nproc;
if (flag_html) printf("<P>\n");
- printf("Netscape Directory Server system tuning analysis version %s.\n\n", build_date);
+ printf("Brandx Directory Server system tuning analysis version %s.\n\n", build_date);
ids_get_platform(sysbuf);
nproc = count_processors();
if (nproc == 1) {