From 0dccafcd237874d59b5ab67d2c835e27c34b6cd7 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 1 Jan 2008 14:12:34 +0000 Subject: [PATCH] Remove inaccurate documentation. The password file is no more opened in read only mode. --- src/chage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/chage.c b/src/chage.c index a6e91a7e..17f31056 100644 --- a/src/chage.c +++ b/src/chage.c @@ -528,8 +528,7 @@ static void check_perms (void) /* * open_files - open the shadow database * - * The password database is also needed (only for reading). - * In read-only mode, the shadow database is not locked and is opened + * In read-only mode, the databases are not locked and are opened * only for reading. */ static void open_files (int readonly)