From 459433e46117b00d9bc7a49a396c27c5c9beed3c Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 27 Nov 2007 18:59:51 +0000 Subject: [PATCH] Upstream changed from tabulations to spaces in the Usage strings. --- debian/patches/467_useradd_-r_LSB | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/467_useradd_-r_LSB b/debian/patches/467_useradd_-r_LSB index a9636f21..73240daf 100644 --- a/debian/patches/467_useradd_-r_LSB +++ b/debian/patches/467_useradd_-r_LSB @@ -19,12 +19,12 @@ Index: shadow-4.0.18.2/src/useradd.c uflg = 0; /* specify user ID for new account */ @@ -639,6 +640,7 @@ - " (non-unique) UID\n" - " -p, --password PASSWORD use encrypted password for the new user\n" - " account\n" -+ " -r, --system create a system account\n" - " -s, --shell SHELL the login shell for the new user account\n" - " -u, --uid UID force use the UID for the new user account\n" + " (non-unique) UID\n" + " -p, --password PASSWORD use encrypted password for the new user\n" + " account\n" ++ " -r, --system create a system account\n" + " -s, --shell SHELL the login shell for the new user account\n" + " -u, --uid UID force use the UID for the new user account\n" "\n")); @@ -687,11 +689,19 @@ spent->sp_namp = (char *) user_name;