summaryrefslogtreecommitdiff
path: root/bin/svc_acct.export
diff options
context:
space:
mode:
authorivan <ivan>2001-04-22 01:56:15 +0000
committerivan <ivan>2001-04-22 01:56:15 +0000
commit1c14b1faec0f3f07a6d4190cf535b3ddb45075ce (patch)
tree3d9259eb4e34fb26b8d493e0184ca7838979249a /bin/svc_acct.export
parent35b2311e5702c32381a662b8172354603ea9ed1d (diff)
get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN)
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-xbin/svc_acct.export10
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export
index 3280904f6..073359587 100755
--- a/bin/svc_acct.export
+++ b/bin/svc_acct.export
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: svc_acct.export,v 1.17 2001-02-21 23:48:19 ivan Exp $
+# $Id: svc_acct.export,v 1.18 2001-04-22 01:56:15 ivan Exp $
#
# Create and export password files: passwd, passwd.adjunct, shadow,
# acp_passwd, acp_userinfo, acp_dialup, users
@@ -38,7 +38,10 @@
# ivan@sisd.com 98-sep-18
#
# $Log: svc_acct.export,v $
-# Revision 1.17 2001-02-21 23:48:19 ivan
+# Revision 1.18 2001-04-22 01:56:15 ivan
+# get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN)
+#
+# Revision 1.17 2001/02/21 23:48:19 ivan
# add icradius_secrets config file to export to a non-Freeside MySQL database for
# ICRADIUS
#
@@ -70,7 +73,8 @@ use Fcntl qw(:flock);
use IO::Handle;
use DBI;
use FS::Conf;
-use FS::SSH qw(scp ssh);
+use Net::SSH qw(ssh);
+use Net::SCP qw(scp);
use FS::UID qw(adminsuidsetup datasrc dbh);
use FS::Record qw(qsearch fields);
use FS::svc_acct;