Fix issue introduced by the synchronization with coding style.

This commit is contained in:
nekral-guest
2011-11-06 19:06:37 +00:00
parent 1c619c768d
commit 4a5447d4d7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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.
+1 -1
View File
@@ -193,7 +193,7 @@
+ (void) textdomain (PACKAGE);
+
+ Prog = Basename (argv[0]);
+ if (strcmp (Prog, "cpgr") != 0) {
+ if (strcmp (Prog, "cpgr") == 0) {
+ do_cppw = false;
+ }
+