summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-26 19:39:28 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:01:54 -0800
commit1ee085e4abdbe67fc98116e87c18296bf2edd7b0 (patch)
tree78510dc28be0bde58c1a27e08a571bbe88a6997b
parent7ed926304a0b540ba74d1362f4ac8e9efb74af5f (diff)
not actually done on work time; use the right email address
-rw-r--r--debian/patches-applied/no_helper_for_nis+.patch2
-rw-r--r--debian/patches-applied/setreuid_juggling.patch2
-rw-r--r--debian/patches-applied/thread-safe_save_old_password.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-applied/no_helper_for_nis+.patch b/debian/patches-applied/no_helper_for_nis+.patch
index da9a03ad..1742034c 100644
--- a/debian/patches-applied/no_helper_for_nis+.patch
+++ b/debian/patches-applied/no_helper_for_nis+.patch
@@ -2,7 +2,7 @@ Don't force use of the helper for account verification with NIS+; the
previous code already works robustly for any non-threaded caller, and
will fall back to use of the helper anyway.
-Authors: Steve Langasek <steve.langasek@canonical.com>
+Authors: Steve Langasek <vorlon@debian.org>
Upstream status: to be discussed
diff --git a/debian/patches-applied/setreuid_juggling.patch b/debian/patches-applied/setreuid_juggling.patch
index d8e36a90..0605e108 100644
--- a/debian/patches-applied/setreuid_juggling.patch
+++ b/debian/patches-applied/setreuid_juggling.patch
@@ -1,7 +1,7 @@
This particular setreuid() is only needed if we don't have any root
privs at all, so make it conditional like it was pre-1.0.
-Authors: Steve Langasek <steve.langasek@canonical.com>
+Authors: Steve Langasek <vorlon@debian.org>
Upstream status: to be submitted
diff --git a/debian/patches-applied/thread-safe_save_old_password.patch b/debian/patches-applied/thread-safe_save_old_password.patch
index cc3fc5e4..c5d578b6 100644
--- a/debian/patches-applied/thread-safe_save_old_password.patch
+++ b/debian/patches-applied/thread-safe_save_old_password.patch
@@ -2,7 +2,7 @@ Patch to keep save_old_password() thread-safe when called by the PAM
module, since nothing blocks other threads from calling getpwnam in
parallel
-Authors: Steve Langasek <steve.langasek@canonical.com>
+Authors: Steve Langasek <vorlon@debian.org>
Upstream status: to be submitted