summaryrefslogtreecommitdiff
path: root/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/523_su_arguments_are_no_more_concatenated_by_default')
-rw-r--r--debian/patches/523_su_arguments_are_no_more_concatenated_by_default4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/523_su_arguments_are_no_more_concatenated_by_default b/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
index ebcdc92b..d4213451 100644
--- a/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
+++ b/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
@@ -30,7 +30,7 @@ Status wrt upstream: This patch is Debian specific.
#ifdef USE_PAM
static pam_handle_t *pamh = NULL;
static int caught = 0;
-@@ -951,6 +964,8 @@
+@@ -950,6 +963,8 @@
int ret;
#endif /* USE_PAM */
@@ -39,7 +39,7 @@ Status wrt upstream: This patch is Debian specific.
(void) setlocale (LC_ALL, "");
(void) bindtextdomain (PACKAGE, LOCALEDIR);
(void) textdomain (PACKAGE);
-@@ -1155,7 +1170,7 @@
+@@ -1154,7 +1169,7 @@
* resulting string is always given to the shell with its
* -c option.
*/