ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/passwd.c
(Generate patch)

Comparing CCSAdmin/passwd.c (file contents):
Revision 567 by douglas, 2005-08-28T22:42:38-07:00 vs.
Revision 806 by douglas, 2006-06-28T19:53:21-07:00

# Line 30 | Line 30 | int main(int argc, char *argv[])
30                  return 1;
31          }
32  
33 < #ifdef _Zweihander_
33 > #ifdef _Master_
34          char user[MAXLOGNAME] = "";
35  
36          if (!getuid())
# Line 117 | Line 117 | on:    authenticate(argv[0], environment);
117          if (WEXITSTATUS(status))
118                  return 1;
119   #else
120 <        longjmp(environment, (int)"Log in to zweihander.ccs.ucsb.edu to change password");
120 >        longjmp(environment, (int)"Log in to " MASTER " to change password");
121   #endif
122  
123          return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines