ispman/bin ispman.passwd.user,1.4,1.5
Pedro Algarvio <[email protected]> Sat, 07 Oct 2006 21:39:53 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29829/bin
Modified Files:
ispman.passwd.user
Log Message:
Fixed typo which caused a bug.
Index: ispman.passwd.user
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.passwd.user,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ispman.passwd.user 2 Oct 2006 19:48:22 -0000 1.4
+++ ispman.passwd.user 7 Oct 2006 21:39:51 -0000 1.5
@@ -4,7 +4,7 @@
use FindBin;
unshift @INC,
( $FindBin::Bin, "$FindBin::Bin/../lib", "$FindBin::Bin/../conf" );
- unless ( $ARGV[0] && $ARGV[0] =~ m/\w+@\w+\..*/ && ARGV[1] ) {
+ unless ( $ARGV[0] && $ARGV[0] =~ m/\w+@\w+\..*/ && $ARGV[1] ) {
print "Usage: $FindBin::Script user\@domain new_password\n\n";
print "Examples:\n";
print "----------\n";
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV