[BACK]Return to yp_passwd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / passwd

Diff for /src/usr.bin/passwd/Attic/yp_passwd.c between version 1.9 and 1.10

version 1.9, 1997/09/12 04:12:53 version 1.10, 1998/02/24 20:46:17
Line 207 
Line 207 
                         printf("Password unchanged.\n");                          printf("Password unchanged.\n");
                         pw_error(NULL, 0, 0);                          pw_error(NULL, 0, 0);
                 }                  }
                   if (strcmp(p, "s/key") == 0) {
                           printf("That password collides with a system feature. Choose another.\n");
                           continue;
                   }
                 if (strlen(p) <= 5 && ++tries < 2) {                  if (strlen(p) <= 5 && ++tries < 2) {
                         printf("Please enter a longer password.\n");                          printf("Please enter a longer password.\n");
                         continue;                          continue;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10