[LDAPsh-cvs] ldapsh ldapsh,1.16,1.17
Status: Beta
Brought to you by:
rcorvalan
From: <j-d...@us...> - 2003-07-27 05:20:43
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1:/tmp/cvs-serv18499 Modified Files: ldapsh Log Message: 1) Updated documentation: using uniform terminology and punctuation, using <rcorvalan @ users.sourceforge.net> as the standard mailing address, using the word 'synonym' instead of alias (in case an 'alias' function is defined in a future version of this file). 2) Moved local filesystem commands so they now appear immediately after CWD commands. 3) Added 'which' as a synonym for 'help'. Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ldapsh 27 Jul 2003 04:27:52 -0000 1.16 --- ldapsh 27 Jul 2003 05:20:40 -0000 1.17 *************** *** 4,12 **** ##################################################################### ! # Copyright (c) 2002 Rafael Corvalan <raf...@ne...> # All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. ! # Please submit comments/bugs to raf...@ne... ##################################################################### --- 4,12 ---- [...1127 lines suppressed...] =over 8 ! =item * The excellent B<Net::LDAP> Perl module written by Graham Barr (see E<lt>http://perl-ldap.sourceforge.net/E<gt>). ! =item * The B<Term::ReadLine::Gnu> module (see E<lt>http://cnswww.cns.cwru.edu/php/chet/readline/rltop.htmlE<gt>). =back *************** *** 1940,1944 **** =head1 AUTHOR ! Rafael Corvalan (raf...@ne...). Please report any bugs, or post any suggestions directly to my e-mail address. --- 2007,2011 ---- =head1 AUTHOR ! Rafael Corvalan (e-mail E<lt>rco...@us...E<gt>). Please report any bugs, or post any suggestions directly to my e-mail address. |