ispman/bin ispman.passwd.user,1.4,1.4.2.1

Pedro Algarvio <[email protected]> Sat, 07 Oct 2006 21:38:16 +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-serv29069/bin

Modified Files:
      Tag: dev_1_3-cyrus_virtdomain2
	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.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- ispman.passwd.user	2 Oct 2006 19:48:22 -0000	1.4
+++ ispman.passwd.user	7 Oct 2006 21:38:13 -0000	1.4.2.1
@@ -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