From 514411bb9bdd4e25bf26baa5f4915eaf2dd5d551 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 18 Oct 2015 17:45:27 +0200 Subject: [PATCH] system/skeleton: finalize removal of ftp user In commit 3dde19e5f32c58ffbf7e190257b073e91e0a7e8d, the ftp user was removed from /etc/passwd, /etc/group and /home in the skeleton, but the corresponding entry was not removed from /etc/shadow. This commit fixes that. Cc: Maxime Hadjinlian Cc: Vicente Olivert Riera Cc: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- system/skeleton/etc/shadow | 1 - 1 file changed, 1 deletion(-) diff --git a/system/skeleton/etc/shadow b/system/skeleton/etc/shadow index 972dd596f5..2ac26076b1 100644 --- a/system/skeleton/etc/shadow +++ b/system/skeleton/etc/shadow @@ -5,5 +5,4 @@ sync:*:10933:0:99999:7::: halt:*:10933:0:99999:7::: uucp:*:10933:0:99999:7::: operator:*:10933:0:99999:7::: -ftp:*:10933:0:99999:7::: nobody:*:10933:0:99999:7::: -- 2.39.2