Changeset 1756


Ignore:
Timestamp:
Dec 15, 2010, 12:38:53 AM (13 years ago)
Author:
mitchb
Message:
Differentiate signup errors for cd and stat failures
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/accountadm/signup-scripts-backend.in

    r827 r1756  
    5959
    6060# Obtain user's homedir uid
    61 my (undef, undef, undef, undef, $uid1, $gid1, undef, undef, undef, undef, undef, undef, undef) = stat '.' or complain("athena homedir not found");
     61my (undef, undef, undef, undef, $uid1, $gid1, undef, undef, undef, undef, undef, undef, undef) = stat '.' or complain("athena homedir could not be examined");
    6262
    6363# Complain if user's uid is too low or too high
Note: See TracChangeset for help on using the changeset viewer.