ispman/bin ispman.setVhostAttribute,NONE,1.1

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv29358/bin

Added Files:
	ispman.setVhostAttribute 
Log Message:
script to set/reset vhost attribute value.
For EXPERTS only


--- NEW FILE: ispman.setVhostAttribute ---
#!/usr/bin/perl
# For expert use only
BEGIN{
   use FindBin; unshift @INC, ($FindBin::Bin , "$FindBin::Bin/../lib", "$FindBin::Bin/../conf");
   unless ($ARGV[3]){
      print "For expert use only\n";
print "$0  domain vhost attributename value [value]\n";
      exit;
   }
}


use ISPMan;

my $ispman=ISPMan->new();
$ispman->setVhostAttribute(@ARGV));




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.