summaryrefslogtreecommitdiff
path: root/debian/patches/8.12/8.12.3/main.c.8.876
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/8.12/8.12.3/main.c.8.876')
-rw-r--r--debian/patches/8.12/8.12.3/main.c.8.87617
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/8.12/8.12.3/main.c.8.876 b/debian/patches/8.12/8.12.3/main.c.8.876
new file mode 100644
index 0000000..9be7994
--- /dev/null
+++ b/debian/patches/8.12/8.12.3/main.c.8.876
@@ -0,0 +1,17 @@
+Index: main.c
+===================================================================
+RCS file: /cvs/sendmail/main.c,v
+retrieving revision 8.876
+diff -u -r8.876 main.c
+--- ./sendmail-8.12.3/sendmail/main.c 2002/02/27 23:49:52 8.876
++++ main.c 2002/04/10 23:59:28
+@@ -726,6 +726,8 @@
+ (void) sm_signal(SIGPIPE, SIG_IGN);
+ OldUmask = umask(022);
+ FullName = getextenv("NAME");
++ if (FullName != NULL)
++ FullName = newstr(FullName);
+
+ /*
+ ** Initialize name server if it is going to be used.
+