X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fsvc_acct.export;fp=bin%2Fsvc_acct.export;h=aeb49d2b14e6de5e1fc7af69d0524f78792eff9d;hp=3ea444df9ebfce634c457dce000760dea881ceba;hb=e72b1302bd8af9968a0520e1ab5f77d98571a4e6;hpb=c348097ed3e8864cfd7cc58c94c1457067a0bd2c diff --git a/bin/svc_acct.export b/bin/svc_acct.export index 3ea444df9..aeb49d2b1 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.30 2002-02-12 18:37:43 ivan Exp $ +# $Id: svc_acct.export,v 1.31 2002-02-14 22:37:38 jeff Exp $ # # Create and export password, radius and vpopmail password files: # passwd, passwd.adjunct, shadow, acp_passwd, acp_userinfo, acp_dialup @@ -71,7 +71,7 @@ warn "using depriciated textradiusprepend file" if $textradiusprepend; my $radiusprepend = $conf->exists('radiusprepend') - ? $conf->config('radiusprepend') + ? join("\n", $conf->config('radiusprepend')) : ''; my @vpopmailmachines = $conf->config('vpopmailmachines')