You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/09/13 00:23:18 UTC

svn commit: r442737 - /db/derby/code/trunk/bin/

Author: fuzzylogic
Date: Tue Sep 12 15:23:16 2006
New Revision: 442737

URL: http://svn.apache.org/viewvc?view=rev&rev=442737
Log:
Set svn:eol-style on shell scripts to LF and batch files to CRLF to prevent
accidental switch of the line endings. Fix command in stopNetworkServer

Modified:
    db/derby/code/trunk/bin/NetworkServerControl   (props changed)
    db/derby/code/trunk/bin/NetworkServerControl.bat   (props changed)
    db/derby/code/trunk/bin/dblook   (props changed)
    db/derby/code/trunk/bin/dblook.bat   (props changed)
    db/derby/code/trunk/bin/derby_common.bat   (props changed)
    db/derby/code/trunk/bin/derby_common.sh   (props changed)
    db/derby/code/trunk/bin/ij   (props changed)
    db/derby/code/trunk/bin/ij.bat   (props changed)
    db/derby/code/trunk/bin/setEmbeddedCP   (props changed)
    db/derby/code/trunk/bin/setEmbeddedCP.bat   (props changed)
    db/derby/code/trunk/bin/setNetworkClientCP   (props changed)
    db/derby/code/trunk/bin/setNetworkClientCP.bat   (props changed)
    db/derby/code/trunk/bin/setNetworkServerCP   (props changed)
    db/derby/code/trunk/bin/setNetworkServerCP.bat   (props changed)
    db/derby/code/trunk/bin/startNetworkServer   (props changed)
    db/derby/code/trunk/bin/startNetworkServer.bat   (props changed)
    db/derby/code/trunk/bin/stopNetworkServer   (contents, props changed)
    db/derby/code/trunk/bin/stopNetworkServer.bat   (props changed)
    db/derby/code/trunk/bin/sysinfo   (props changed)
    db/derby/code/trunk/bin/sysinfo.bat   (props changed)

Propchange: db/derby/code/trunk/bin/NetworkServerControl
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/NetworkServerControl.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/dblook
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/dblook.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/derby_common.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/derby_common.sh
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Tue Sep 12 15:23:16 2006
@@ -1 +1 @@
-native
+LF

Propchange: db/derby/code/trunk/bin/ij
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/ij.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/setEmbeddedCP
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/setEmbeddedCP.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/setNetworkClientCP
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/setNetworkClientCP.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/setNetworkServerCP
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/setNetworkServerCP.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/startNetworkServer
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/startNetworkServer.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Modified: db/derby/code/trunk/bin/stopNetworkServer
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/bin/stopNetworkServer?view=diff&rev=442737&r1=442736&r2=442737
==============================================================================
--- db/derby/code/trunk/bin/stopNetworkServer (original)
+++ db/derby/code/trunk/bin/stopNetworkServer Tue Sep 12 15:23:16 2006
@@ -25,5 +25,5 @@
 
 . $DERBY_HOME/bin/derby_common.sh
 
-derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl stop"
+derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl shutdown"
 eval $derby_exec_command

Propchange: db/derby/code/trunk/bin/stopNetworkServer
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/stopNetworkServer.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: db/derby/code/trunk/bin/sysinfo
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: db/derby/code/trunk/bin/sysinfo.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF