summaryrefslogtreecommitdiffstats
path: root/nsarch
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-03-25 02:09:27 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-03-25 02:09:27 +0000
commit03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 (patch)
tree3ea2acadf10f45f086978ba080794fe92985ce90 /nsarch
parentb6bff935c117b5042cd2a9809218607c01bea965 (diff)
downloadds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.gz
ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.xz
ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.zip
[Bug 146919] Directory Server rebranding
1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version
Diffstat (limited to 'nsarch')
-rwxr-xr-xnsarch10
1 files changed, 4 insertions, 6 deletions
diff --git a/nsarch b/nsarch
index c059a09a..2b79a308 100755
--- a/nsarch
+++ b/nsarch
@@ -10,13 +10,12 @@
# Name: nsarch
#
# Description: this file determines the system name and outputs the
-# platform information in a format used by Netscape build
+# platform information in a format used by build
# scripts and utilities; this file is based on the GNU
# "config.guess" utility; the GNU copyleft is provided
# somewhere below...
#
-# For each platform supported by Netscape, we need to provide the
-# following definitions:
+# We need to provide the following definitions:
#
# Variable Description
# -------- -----------
@@ -81,7 +80,7 @@ usage(){
echo "Usage: $0 [ [-full {-under | -dash | -none} {-pretty} ] | -gnu ]"
echo
echo " <no args> Default to output OS name only; suitable for use"
- echo " in Netscape's makefiles and compiler defines"
+ echo " in makefiles and compiler defines"
echo " -f, -full, --full) Full output includes OS name and release number"
echo " -d, -dash, --dash) use with -f to specify a dash separator"
echo " -u, -under, --under) use with -f to specify a underscore separator"
@@ -164,8 +163,7 @@ ns_printf(){
get_opt $*
#--------------------------------------------------------------------------
-# everything that follows is GNU's config.guess slightly modified
-# for Netscape's use
+# everything that follows is GNU's config.guess slightly modified locally
# NT doesn't have /dev/null
#UNAME_MACHINE=`(uname -m) 2> /dev/null` || UNAME_MACHINE=unknown