X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fsvc_acct.export;h=82a8935b60b6dfcd9ece517f2ad20bddf839b555;hp=11178c962924a2a91346d5db594ab29be05df6d3;hb=cefb9727ed4cdfacf3b967485d58b25fbea98c6b;hpb=c82f33db5954253c96790918b7274566ac9182af 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;