diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-04-24 08:00:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-04-24 08:00:37 +0000 |
commit | 7dec33c08e4755e72d1280e48e61f0141dfc1da5 (patch) | |
tree | 22aa7aa8ebc1f795e180c8c0d99cdda7d2a3ffef /nss/Makefile | |
parent | 335206256c84eaefab082284523e5b8f89fcffb2 (diff) | |
download | glibc-7dec33c08e4755e72d1280e48e61f0141dfc1da5.tar.gz glibc-7dec33c08e4755e72d1280e48e61f0141dfc1da5.tar.xz glibc-7dec33c08e4755e72d1280e48e61f0141dfc1da5.zip |
Updated to fedora-glibc-20090424T0747 cvs/fedora-glibc-2_9_90-20
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/Makefile b/nss/Makefile index f2ecadb2a7..670e6b2f16 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-1998,2000,2001,2002,2007 Free Software Foundation, Inc. +# Copyright (C) 1996-1998,2000-2002,2007,2009 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -34,7 +34,7 @@ routines = nsswitch getnssent getnssent_r digits_dots \ # Caution: if you add a database here, you must add its real name # in databases.def, too. databases = proto service hosts network grp pwd rpc ethers \ - spwd netgrp key alias + spwd netgrp key alias sgrp others := getent install-bin := getent |