Subversion Repositories DevTools

Rev

Rev 5209 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5209 Rev 5212
Line 5... Line 5...
5
#   
5
#   
6
#
6
#
7
LXRSCRIPTDIR=/opt/lxr-scripts
7
LXRSCRIPTDIR=/opt/lxr-scripts
8
if [ ! -f ${LXRSCRIPTDIR}/jats_lxr.conf ] ; then
8
if [ ! -f ${LXRSCRIPTDIR}/jats_lxr.conf ] ; then
9
    mv ${LXRSCRIPTDIR}/jats_lxr.conf.new ${LXRSCRIPTDIR}/jats_lxr.conf
9
    mv ${LXRSCRIPTDIR}/jats_lxr.conf.new ${LXRSCRIPTDIR}/jats_lxr.conf
-
 
10
else
-
 
11
    
-
 
12
    if ! diff ${LXRSCRIPTDIR}/jats_lxr.conf.new ${LXRSCRIPTDIR}/jats_lxr.conf > /dev/null ; then
-
 
13
        echo "lxr-manager. New configuration in: ${LXRSCRIPTDIR}/jats_lxr.conf.new"
-
 
14
    fi    
10
fi     
15
fi