summaryrefslogtreecommitdiff
path: root/bin/svc_acct.export
diff options
context:
space:
mode:
authorivan <ivan>2001-08-17 10:57:40 +0000
committerivan <ivan>2001-08-17 10:57:40 +0000
commit55b29dc1d28b0c27e7f8271e7fe382a36d75d268 (patch)
treee53613bbb7c0b3b4d6dd482450884bf13b490a77 /bin/svc_acct.export
parent2d9a46afc7a6f42d36d4a6b6fc63132c079ba39f (diff)
gah
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-xbin/svc_acct.export11
1 files changed, 3 insertions, 8 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export
index a7a21b3e5..a5ec45d48 100755
--- a/bin/svc_acct.export
+++ b/bin/svc_acct.export
@@ -1,18 +1,11 @@
#!/usr/bin/perl -w
#
-# $Id: svc_acct.export,v 1.22 2001-08-12 19:41:25 jeff Exp $
+# $Id: svc_acct.export,v 1.23 2001-08-17 10:57:40 ivan Exp $
#
# Create and export password, radius and vpopmail password files:
# passwd, passwd.adjunct, shadow, acp_passwd, acp_userinfo, acp_dialup
# users/assign, domains/vdomain/vpasswd
# Also export sendmail and qmail config files.
-#
-#
-# $Log: svc_acct.export,v $
-# Revision 1.22 2001-08-12 19:41:25 jeff
-# merging vpopmail support branch
-#
-#
use strict;
use vars qw($conf);
@@ -73,6 +66,8 @@ my $textradiusprepend =
? $conf->config('textradiusprepend')
: '';
+warn "using depriciated textradiusprepend file" if $textradiusprepend;
+
my @vpopmailmachines = $conf->config('vpopmailmachines')
if $conf->exists('vpopmailmachines');