summaryrefslogtreecommitdiff
path: root/debian/patches/542_useradd-O_option
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/542_useradd-O_option')
-rw-r--r--debian/patches/542_useradd-O_option4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/542_useradd-O_option b/debian/patches/542_useradd-O_option
index 8e506457..e607f245 100644
--- a/debian/patches/542_useradd-O_option
+++ b/debian/patches/542_useradd-O_option
@@ -21,7 +21,7 @@ Status wrt upstream: not included as this is just specific
<varlistentry>
--- a/src/useradd.c
+++ b/src/useradd.c
-@@ -1007,9 +1007,9 @@
+@@ -1009,9 +1009,9 @@
};
while ((c = getopt_long (argc, argv,
#ifdef WITH_SELINUX
@@ -33,7 +33,7 @@ Status wrt upstream: not included as this is just specific
#endif
long_options, NULL)) != -1) {
switch (c) {
-@@ -1132,6 +1132,7 @@
+@@ -1134,6 +1134,7 @@
kflg = true;
break;
case 'K':