ispman/bin ispman.deleteUser,1.3,1.4

Pedro Algarvio <[email protected]> Mon, 02 Oct 2006 19:32:10 +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-serv29181/bin

Modified Files:
	ispman.deleteUser 
Log Message:
Removed the use of GetOpt, it was not being used.


Index: ispman.deleteUser
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.deleteUser,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ispman.deleteUser	30 May 2004 23:35:31 -0000	1.3
+++ ispman.deleteUser	2 Oct 2006 19:32:06 -0000	1.4
@@ -3,8 +3,6 @@
     use FindBin;
     unshift @INC,
       ( $FindBin::Bin, "$FindBin::Bin/../lib", "$FindBin::Bin/../conf" );
-    use Getopt::Std;
-    getopt( 'd', \%opts );
     unless ( $ARGV[0] && $ARGV[0] =~ m/\w+@\w+\..*/ ) {
         print "Usage: $FindBin::Script user\@domain.tld\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