From 37112ff6dd482edb8af60f110971e4c91d035f30 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 18:18:38 +0200 Subject: Adding debian version 1:4.15.2-1. Signed-off-by: Daniel Baumann --- .../Recommend-using-adduser-and-deluser.patch | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 debian/patches/Recommend-using-adduser-and-deluser.patch (limited to 'debian/patches/Recommend-using-adduser-and-deluser.patch') diff --git a/debian/patches/Recommend-using-adduser-and-deluser.patch b/debian/patches/Recommend-using-adduser-and-deluser.patch new file mode 100644 index 0000000..79019a4 --- /dev/null +++ b/debian/patches/Recommend-using-adduser-and-deluser.patch @@ -0,0 +1,48 @@ +From: Shadow package maintainers +Date: Sat, 22 Jun 2024 17:39:41 +0200 +Subject: Recommend using adduser and deluser + +Fixes: #406046 + +Status wrt upstream: Debian specific patch. + +Gbp-Topic: debian +--- + man/useradd.8.xml | 6 ++++++ + man/userdel.8.xml | 6 ++++++ + 2 files changed, 12 insertions(+) + +diff --git a/man/useradd.8.xml b/man/useradd.8.xml +index 4888100..17987a6 100644 +--- a/man/useradd.8.xml ++++ b/man/useradd.8.xml +@@ -82,6 +82,12 @@ + + + DESCRIPTION ++ ++ useradd is a low level utility for adding ++ users. On Debian, administrators should usually use ++ adduser ++ 8 instead. ++ + + When invoked without the option, the + useradd command creates a new user account using +diff --git a/man/userdel.8.xml b/man/userdel.8.xml +index 5bd2981..384cc86 100644 +--- a/man/userdel.8.xml ++++ b/man/userdel.8.xml +@@ -58,6 +58,12 @@ + + + DESCRIPTION ++ ++ userdel is a low level utility for removing ++ users. On Debian, administrators should usually use ++ deluser ++ 8 instead. ++ + + The userdel command modifies the system account + files, deleting all entries that refer to the user name