You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2007/12/05 22:28:51 UTC

svn commit: r601537 - /geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/layout.xml

Author: gnodet
Date: Wed Dec  5 13:28:50 2007
New Revision: 601537

URL: http://svn.apache.org/viewvc?rev=601537&view=rev
Log:
Fix bad alias in distribution

Modified:
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/layout.xml

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/layout.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/layout.xml?rev=601537&r1=601536&r2=601537&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/layout.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/layout.xml Wed Dec  5 13:28:50 2007
@@ -157,7 +157,7 @@
 
                 <alias>
                     <name>rshd</name>
-                    <command>rsh-server</command>
+                    <command>remote/rsh-server</command>
                 </alias>
             </nodes>
         </group>