summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-05-18 14:50:44 +0000
committerivan <ivan>2005-05-18 14:50:44 +0000
commit64c598dda92ee413ef0189a96d149412cdd559cb (patch)
tree811c4eb220d0c8c4e4fef4ff5a1a53e64dc6a0ef
parente96a3fd1c8ee8c711a7e119c0937da6866bbd4f0 (diff)
actually, quota goes in pw_shell. of course!
-rw-r--r--FS/FS/part_export/acct_sql.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm
index 2f65dc18b..1092ee606 100644
--- a/FS/FS/part_export/acct_sql.pm
+++ b/FS/FS/part_export/acct_sql.pm
@@ -32,7 +32,8 @@ tie my %vpopmail_map, 'Tie::IxHash',
'pw_gid' => 'gid',
'pw_gecos' => 'finger',
'pw_dir' => 'dir',
- 'pw_shell' => 'shell',
+ #'pw_shell' => 'shell',
+ 'pw_shell' => 'quota',
;
my $vpopmail_map = join('\n', map "$_ $vpopmail_map{$_}", keys %vpopmail_map );