Fix issue introduced by the synchronization with coding style.
This commit is contained in:
Vendored
-1
@@ -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.
|
||||
|
||||
Vendored
+1
-1
@@ -193,7 +193,7 @@
|
||||
+ (void) textdomain (PACKAGE);
|
||||
+
|
||||
+ Prog = Basename (argv[0]);
|
||||
+ if (strcmp (Prog, "cpgr") != 0) {
|
||||
+ if (strcmp (Prog, "cpgr") == 0) {
|
||||
+ do_cppw = false;
|
||||
+ }
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user