17040. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/11/2017 10:47:23 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

17040.1 Files compared

# Location File Last Modified
1 Tue Apr 11 15:47:23 2017 UTC
2 PS_PPS_Weblogic_Domain\install\domain_template.jar\bin stopRSDaemon.sh Fri Oct 7 07:11:04 2016 UTC

17040.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 21
Removed 0 0

17040.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

17040.4 Active regular expressions

No regular expressions were active.

17040.5 Comparison detail

        1   #!/bin/sh
        2  
        3   # WARNING:  This file  is create d by the C onfigurati on Wizard.
        4   # Any chan ges to thi s script m ay be lost  when addi ng extensi ons to thi s configur ation.
        5  
        6   # ******** ********** ********** ********** ********** ********** ********** *****
        7   #  This sc ript is us ed to stop  a Replica ted Store  Daemon.
        8   #  This sc ript shoul d be used  only when  a Replicat ed Store i s configur ed for a d omain.
        9   #  If JAVA _HOME is n ot set, se tDomainEnv  is called  to initia lize JAVA_ HOME and o ther varia bles (see  setDomainE nv.sh).
        10   #  ******* ********** ********** ********** ********** ********** ********** ******
        11  
        12   WL_HOME="@ WL_HOME"
        13   export WL_ HOME
        14  
        15   DOMAIN_HOM E="@DOMAIN _HOME"
        16   export DOM AIN_HOME
        17  
        18   #  stop RS Daemon, th is will ca ll setDoma inEnv firs t if JAVA_ HOME is no t set
        19  
        20   ${WL_HOME} /server/bi n/stopRSDa emon.sh $@
        21