X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_www.pm;h=bce69d6a95031646871a83fa4bc24a778ae23f97;hp=bb765b193f705e99d157c6a2c1bffb133a601aa3;hb=1c14b1faec0f3f07a6d4190cf535b3ddb45075ce;hpb=051f66ab072bfbb2a074f656b9886ccbc47287ed diff --git a/FS/FS/svc_www.pm b/FS/FS/svc_www.pm index bb765b193..bce69d6a9 100644 --- a/FS/FS/svc_www.pm +++ b/FS/FS/svc_www.pm @@ -8,7 +8,7 @@ use FS::svc_Common; use FS::cust_svc; use FS::domain_record; use FS::svc_acct; -use FS::SSH qw(ssh); +use Net::SSH qw(ssh); @ISA = qw( FS::svc_Common ); @@ -53,7 +53,7 @@ from FS::svc_Common. The following fields are currently supported: =item svcnum - primary key -=item recnum - DNS `A' record corresponding to this web virtual host. (see L) =item usersvc - account (see L) corresponding to this web virtual host. @@ -220,7 +220,7 @@ sub check { =head1 VERSION -$Id: svc_www.pm,v 1.2 2000-03-01 08:13:59 ivan Exp $ +$Id: svc_www.pm,v 1.4 2001-04-22 01:56:15 ivan Exp $ =head1 BUGS @@ -232,7 +232,13 @@ L, L, schema.html from the base documentation. =head1 HISTORY $Log: svc_www.pm,v $ -Revision 1.2 2000-03-01 08:13:59 ivan +Revision 1.4 2001-04-22 01:56:15 ivan +get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN) + +Revision 1.3 2000/11/22 23:30:51 ivan +tyop + +Revision 1.2 2000/03/01 08:13:59 ivan compilation bugfixes Revision 1.1 2000/02/03 05:16:52 ivan