Changeset 1047

Show
Ignore:
Timestamp:
01/01/08 02:17:53 (1 year ago)
Author:
shibuya
Message:

store the mail on homedir instead of /var/spool/mail/username.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 5200R/trunk/ui/base-user.mod/glue/handlers/handle_user.pl

    r993 r1047  
    310310$DEBUG && warn("$obj->{name} exists"); 
    311311 
    312 # 
    313 # touch and set uid and group for mail box on /var/spool/mail 
    314 # 
    315 my $mbox = "/var/spool/mail/".$obj->{name}; 
    316 system('/bin/touch', $mbox); 
    317 Sauce::Util::chmodfile(0600, $mbox); 
    318 system('/bin/chown', "$uid:$owner_gid", $mbox); 
    319  
    320312&check_for_stupid_file('C'); 
    321313 
  • 5200R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl

    r1005 r1047  
    109109 
    110110<begin $CHANGELOG> 
     111* Tue Jan 01 2008 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ3 
     112- store the mail on homedir instead of /var/spool/mail/username. 
     113 
    111114* Mon Jun 25 2007 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ2 
    112115- Fixed duplicate include issue.