You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/02 18:12:59 UTC

[12/13] incubator-trafodion git commit: Fix typos

Fix typos


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/9ca96c20
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/9ca96c20
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/9ca96c20

Branch: refs/heads/master
Commit: 9ca96c20241ed70defe2ebf9411f50d2c67e6f21
Parents: f8b82ec
Author: Amanda Moran <am...@apache.com>
Authored: Mon Feb 1 18:32:23 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Mon Feb 1 18:32:23 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_config_setup | 2 +-
 install/installer/trafodion_install | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/9ca96c20/install/installer/traf_config_setup
----------------------------------------------------------------------
diff --git a/install/installer/traf_config_setup b/install/installer/traf_config_setup
index 08ec83e..6251c7b 100755
--- a/install/installer/traf_config_setup
+++ b/install/installer/traf_config_setup
@@ -555,7 +555,7 @@ echo "export DCS_PRIMARY_MASTER_NODE=\"$DCS_PRIMARY_MASTER_NODE\"" >> $LOCAL_TRA
 #==============================================
 #Enable HA
 
-echo -n "Enable High Avalability (Y/N), default is N: "
+echo -n "Enable High Availability (Y/N), default is N: "
 read answer
 
 if [[ ! -z $answer ]]; then

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/9ca96c20/install/installer/trafodion_install
----------------------------------------------------------------------
diff --git a/install/installer/trafodion_install b/install/installer/trafodion_install
index 5ce53dd..2ceaf36 100755
--- a/install/installer/trafodion_install
+++ b/install/installer/trafodion_install
@@ -761,7 +761,7 @@ if [[ "$LDAP_SECURITY" == "Y" ]]; then
       $TRAF_PDSH sudo chmod 750 $HOME_DIR/$TRAF_USER/$LDAP_AUTH_FILE
       if [[ $LDAP_LEVEL == "2" ]] || [[ $LDAP_LEVEL == "1" ]]; then
          echo "***INFO: Copying $LDAP_CERT to Trafodion home dir"
-         $TRAF_PCP $LDAP_CERT $HOME
+         $TRAF_PDCP $LDAP_CERT $HOME
          $TRAF_PDSH sudo cp -r $HOME/$LDAP_CERT_BASE $HOME_DIR/$TRAF_USER
          $TRAF_PDSH sudo chown trafodion.trafodion $HOME_DIR/$TRAF_USER/$LDAP_CERT_BASE
          $TRAF_PDSH sudo chmod 750 $HOME_DIR/$TRAF_USER/$LDAP_CERT_BASE