From 4a5447d4d739a2f91f21f3af1c12afd2ad173c0c Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Nov 2011 19:06:37 +0000 Subject: [PATCH] Fix issue introduced by the synchronization with coding style. --- debian/changelog | 1 - debian/patches/401_cppw_src.dpatch | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2efee97f..15b4fa9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,7 +43,6 @@ shadow (1:4.1.5-1) unstable; urgency=low + debian/patches/506_relaxed_usernames + debian/patches/523_su_arguments_are_concatenated + debian/patches/542_useradd-O_option - + debian/patches/401_cppw_src.dpatch - debian/patches/506_relaxed_usernames: Really check if the user/group name starts with a dash. Also forbid names starting with '+' or '~'. Document the naming policy in useradd.8 / groupadd.8. diff --git a/debian/patches/401_cppw_src.dpatch b/debian/patches/401_cppw_src.dpatch index 87a6720e..6a26b764 100755 --- a/debian/patches/401_cppw_src.dpatch +++ b/debian/patches/401_cppw_src.dpatch @@ -193,7 +193,7 @@ + (void) textdomain (PACKAGE); + + Prog = Basename (argv[0]); -+ if (strcmp (Prog, "cpgr") != 0) { ++ if (strcmp (Prog, "cpgr") == 0) { + do_cppw = false; + } +