diff options
author | jeff <jeff> | 2002-02-23 02:14:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2002-02-23 02:14:26 +0000 |
commit | cefb9727ed4cdfacf3b967485d58b25fbea98c6b (patch) | |
tree | 2a970df0d6b6c454488fd6420724537bf18cf9bb /bin/svc_acct.export | |
parent | c82f33db5954253c96790918b7274566ac9182af (diff) |
report fixes and cruft removal
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-x | bin/svc_acct.export | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export index 11178c962..82a8935b6 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.33 2002-02-18 00:13:57 jeff Exp $ +# $Id: svc_acct.export,v 1.34 2002-02-23 02:14:26 jeff Exp $ # # Create and export password, radius and vpopmail password files: # passwd, passwd.adjunct, shadow, acp_passwd, acp_userinfo, acp_dialup @@ -9,7 +9,6 @@ use strict; use vars qw($conf); -use Archive::Tar; use Fcntl qw(:flock); use File::Path; use IO::Handle; |