~ubuntu-branches/ubuntu/intrepid/shadow/intrepid-updates

« back to all changes in this revision

Viewing changes to libmisc/pam_pass.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-09-14 01:01:32 UTC
  • Revision ID: james.westby@ubuntu.com-20040914010132-caqdvzrhku8od2qk
Tags: 1:4.0.3-28.5ubuntu6
Update German translation of passwd/user-fullname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                exit(10);  /* XXX */
52
52
        }
53
53
 
 
54
        fputs("passwd: password updated successfully\n", stderr);
54
55
        pam_end(pamh, PAM_SUCCESS);
55
56
}
56
57
#else /* !USE_PAM */