freeside/FS/FS/part_export acct_sql.pm,1.11,1.12
ivan
ivan at pouncequick.420.am
Wed May 18 07:50:47 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv24729
Modified Files:
acct_sql.pm
Log Message:
actually, quota goes in pw_shell. of course!
Index: acct_sql.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/acct_sql.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- acct_sql.pm 21 Apr 2005 11:47:57 -0000 1.11
+++ acct_sql.pm 18 May 2005 14:50:44 -0000 1.12
@@ -32,7 +32,8 @@
'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 );
More information about the freeside-commits
mailing list