17035. 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.

17035.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 startRSDaemon.sh Fri Oct 7 07:11:04 2016 UTC

17035.2 Comparison summary

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

17035.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

17035.4 Active regular expressions

No regular expressions were active.

17035.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 start s a Replic ated Store  Daemon.
        8   #  It shou ld only be  used when  a Replica ted Store  is configu red in a d omain.
        9   #  This sc ript sets  the follow ing variab les before  starting 
        10   #  a Daemo n:
        11  
        12   #  WL_HOME     - The  root direc tory of yo ur WebLogi c installa tion
        13   #  ******* ********** ********** ********** ********** ********** ********** ******
        14  
        15   WL_HOME="@ WL_HOME"
        16   export WL_ HOME
        17  
        18   #  start R SDaemon
        19  
        20   ${WL_HOME} /server/bi n/startRSD aemon.sh $ @
        21