FreeBSD Bugzilla – Attachment 18112 Details for
Bug 32661
send-pr uses $LOGNAME for From and Reply To email addresses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 652 bytes, created by
Alan Eldridge
on 2001-12-10 04:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Eldridge
Created:
2001-12-10 04:30:00 UTC
Size:
652 bytes
patch
obsolete
>--- send-pr.sh.orig Sun Nov 4 19:27:21 2001 >+++ send-pr.sh Sun Dec 9 23:17:52 2001 >@@ -99,8 +99,17 @@ > rm -f $PTEMP > fi > >-FROM="$ORIGINATOR <$LOGNAME>" >-REPLY_TO="$ORIGINATOR <${REPLY_TO:-${REPLYTO:-$LOGNAME}}>" >+# Try to find out originator's email address. >+if [ -n "$MAILNAME" ]; then >+ true >+elif [ -f $HOME/.mailname ]; then >+ MAILNAME="`sed -e '1q' $HOME/.mailname`" >+else >+ MAILNAME="$LOGNAME" >+fi >+ >+FROM="$ORIGINATOR <$MAILNAME>" >+REPLY_TO="$ORIGINATOR <${REPLY_TO:-${REPLYTO:-$MAILNAME}}>" > > if [ -n "$ORGANIZATION" ]; then > if [ -f "$ORGANIZATION" ]; then >---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32661
: 18112