From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16212 invoked by alias); 27 Apr 2006 14:37:46 -0000 Received: (qmail 16196 invoked by uid 22791); 27 Apr 2006 14:37:45 -0000 X-Spam-Check-By: sourceware.org Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Apr 2006 14:37:43 +0000 Received: from sunsite.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.1/8.13.1) with ESMTP id k3REbZlX011500; Thu, 27 Apr 2006 16:37:35 +0200 Received: (from jj@localhost) by sunsite.mff.cuni.cz (8.13.1/8.13.1/Submit) id k3REbZVD011499; Thu, 27 Apr 2006 16:37:35 +0200 Date: Thu, 27 Apr 2006 14:37:00 -0000 From: Jakub Jelinek To: Ulrich Drepper , Roland McGrath Cc: Glibc hackers Subject: [PATCH] Fix typo in nscd.conf Message-ID: <20060427143734.GG4651@sunsite.mff.cuni.cz> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00016.txt.bz2 Hi! 2006-04-27 Jakub Jelinek * nscd/nscd.conf: Fix a typo. --- libc/nscd/nscd.conf.jj 2006-04-27 16:36:04.000000000 +0200 +++ libc/nscd/nscd.conf 2006-04-27 16:36:41.000000000 +0200 @@ -24,7 +24,7 @@ # persistent # shared # max-db-size -* auto-propagate +# auto-propagate # # Currently supported cache names (services): passwd, group, hosts # Jakub