a7a11d6 Resolves: bug 248820

Authored and Committed by rmeggins 16 years ago
    Resolves: bug 248820
    Bug Description: quick install failed when login userid doesn't match install user's id
    Reviewed by: me
    Fix Description: getlogin returns the _login_ ID which is the initial login id (from utmp).  We want the username of the effective user ID, so I just needed to change getLogin to do that.
    Platforms tested: RHEL4
    Flag Day: no
    Doc impact: no