svn commit: samba r23824 - in branches: SAMBA_3_2/source/client SAMBA_3_2_0/source/client

gd at samba.org gd at samba.org
Wed Jul 11 08:31:04 GMT 2007


Author: gd
Date: 2007-07-11 08:31:03 +0000 (Wed, 11 Jul 2007)
New Revision: 23824

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23824

Log:
Add ls alias for lazy typers like me.

Guenther

Modified:
   branches/SAMBA_3_2/source/client/client.c
   branches/SAMBA_3_2_0/source/client/client.c


Changeset:
Modified: branches/SAMBA_3_2/source/client/client.c
===================================================================
--- branches/SAMBA_3_2/source/client/client.c	2007-07-11 06:18:32 UTC (rev 23823)
+++ branches/SAMBA_3_2/source/client/client.c	2007-07-11 08:31:03 UTC (rev 23824)
@@ -3265,6 +3265,7 @@
   {"lock",cmd_lock,"lock <fnum> [r|w] <hex-start> <hex-len> : set a POSIX lock",{COMPL_REMOTE,COMPL_REMOTE}},
   {"lowercase",cmd_lowercase,"toggle lowercasing of filenames for get",{COMPL_NONE,COMPL_NONE}},  
   {"ls",cmd_dir,"<mask> list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}},
+  {"l",cmd_dir,"<mask> list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}},
   {"mask",cmd_select,"<mask> mask all filenames against this",{COMPL_REMOTE,COMPL_NONE}},
   {"md",cmd_mkdir,"<directory> make a directory",{COMPL_NONE,COMPL_NONE}},
   {"mget",cmd_mget,"<mask> get all the matching files",{COMPL_REMOTE,COMPL_NONE}},

Modified: branches/SAMBA_3_2_0/source/client/client.c
===================================================================
--- branches/SAMBA_3_2_0/source/client/client.c	2007-07-11 06:18:32 UTC (rev 23823)
+++ branches/SAMBA_3_2_0/source/client/client.c	2007-07-11 08:31:03 UTC (rev 23824)
@@ -3217,6 +3217,7 @@
   {"lock",cmd_lock,"lock <fnum> [r|w] <hex-start> <hex-len> : set a POSIX lock",{COMPL_REMOTE,COMPL_REMOTE}},
   {"lowercase",cmd_lowercase,"toggle lowercasing of filenames for get",{COMPL_NONE,COMPL_NONE}},  
   {"ls",cmd_dir,"<mask> list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}},
+  {"l",cmd_dir,"<mask> list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}},
   {"mask",cmd_select,"<mask> mask all filenames against this",{COMPL_REMOTE,COMPL_NONE}},
   {"md",cmd_mkdir,"<directory> make a directory",{COMPL_NONE,COMPL_NONE}},
   {"mget",cmd_mget,"<mask> get all the matching files",{COMPL_REMOTE,COMPL_NONE}},



More information about the samba-cvs mailing list