From f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 23 Aug 2010 11:33:56 -0400 Subject: Rename group.c and passwd.c for clarity Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_" --- po/POTFILES.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index af2ba9ee5..0c09e253d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,10 +6,10 @@ src/providers/krb5/krb5_child.c src/providers/ldap/ldap_child.c src/providers/data_provider_be.c src/sss_client/common.c -src/sss_client/group.c +src/sss_client/nss_group.c +src/sss_client/nss_passwd.c src/sss_client/pam_sss.c src/sss_client/pam_test_client.c -src/sss_client/passwd.c src/tools/sss_useradd.c src/tools/sss_groupadd.c src/tools/sss_groupdel.c -- cgit