- Timestamp:
- Dec 15, 2010, 12:38:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/accountadm/signup-scripts-backend.in
r827 r1756 59 59 60 60 # 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");61 my (undef, undef, undef, undef, $uid1, $gid1, undef, undef, undef, undef, undef, undef, undef) = stat '.' or complain("athena homedir could not be examined"); 62 62 63 63 # Complain if user's uid is too low or too high
Note: See TracChangeset
for help on using the changeset viewer.