Changeset 1047
- Timestamp:
- 01/01/08 02:17:53 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5200R/trunk/ui/base-user.mod/glue/handlers/handle_user.pl
r993 r1047 310 310 $DEBUG && warn("$obj->{name} exists"); 311 311 312 #313 # touch and set uid and group for mail box on /var/spool/mail314 #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 320 312 &check_for_stupid_file('C'); 321 313 5200R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl
r1005 r1047 109 109 110 110 <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 111 114 * Mon Jun 25 2007 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ2 112 115 - Fixed duplicate include issue.
