summaryrefslogtreecommitdiff
path: root/fs_passwd
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 /fs_passwd
parent35b2311e5702c32381a662b8172354603ea9ed1d (diff)
get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN)
Diffstat (limited to 'fs_passwd')
-rwxr-xr-xfs_passwd/fs_passwd_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_passwd/fs_passwd_server b/fs_passwd/fs_passwd_server
index c15c9405d..f4b67ae98 100755
--- a/fs_passwd/fs_passwd_server
+++ b/fs_passwd/fs_passwd_server
@@ -12,7 +12,7 @@
use strict;
use IO::Handle;
-use FS::SSH qw(sshopen2);
+use Net::SSH qw(sshopen2);
use FS::UID qw(adminsuidsetup);
use FS::Record qw(qsearchs);
use FS::svc_acct;