Changeset 1168
- Timestamp:
- 08/23/08 02:00:10 (3 months ago)
- Files:
-
- 5100R/trunk/ui/base-user.mod/Makefile (modified) (1 diff)
- 5100R/trunk/ui/base-user.mod/glue/handlers/root_access.pl (modified) (1 diff)
- 5100R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5100R/trunk/ui/base-user.mod/Makefile
r1166 r1168 8 8 9 9 VERSION=1.2.0 10 RELEASE=0BQ 110 RELEASE=0BQ2 11 11 12 12 # add a buildarch if desired 5100R/trunk/ui/base-user.mod/glue/handlers/root_access.pl
r257 r1168 88 88 89 89 # create the alterroot account if necessary 90 if (!getpwnam($root_prefix . $user->{name})) 90 my (@pwent) = getpwnam($root_prefix . $user->{name}); 91 if ($pwent[0] ne $root_prefix . $user->{name}) 91 92 { 92 93 my $alterroot = { 5100R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl
r1166 r1168 109 109 110 110 <begin $CHANGELOG> 111 * Sat Aug 23 2008 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ2 112 - fixed the issue that handler is in infinite loop when admin user is added. 113 111 114 * Wed Aug 20 2008 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ1 112 115 - it stores user information in shadow instead of pwdb.
