FreeBSD Bugzilla – Attachment 50573 Details for
Bug 77015
/usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.00 KB, created by
Taik0
on 2005-02-02 16:20:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Taik0
Created:
2005-02-02 16:20:21 UTC
Size:
1.00 KB
patch
obsolete
>diff -ur linpopup_orig/LinPopUp-1.2.0/src/send.c linpopup_patched/LinPopUp-1.2.0/src/send.c >--- linpopup_orig/LinPopUp-1.2.0/src/send.c Tue Mar 14 03:45:05 2000 >+++ linpopup_patched/LinPopUp-1.2.0/src/send.c Wed Feb 2 17:05:46 2005 >@@ -92,7 +92,7 @@ > /* -- launch smbclient and read output from pipe -- */ > //sprintf (command_line, "( %s cat %s ) | smbclient -M \"%s\" -U \"%s\" -n \"%s\" \"%s\"", (MULTI_RECIPIENTS ? prefix : ""), temp_filename, head_text, user_rc.samba_username, user_rc.samba_nbiosname, user_rc.samba_misc); > >- sprintf (command_line, "( %s cat %s ) | smbclient -M \"%s\" -U \"%s\" -n \"%s\" \"%s\" 2>&1", (MULTI_RECIPIENTS ? prefix : ""), temp_filename, head_text, user_rc.samba_username, user_rc.samba_nbiosname, user_rc.samba_misc); >+ sprintf (command_line, "( %s cat %s ) | smbclient -M \"%s\" -U \"%s\" -n \"%s\" 2>&1", (MULTI_RECIPIENTS ? prefix : ""), temp_filename, head_text, user_rc.samba_username, user_rc.samba_nbiosname); > > > output = popen (command_line, "r");
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 77015
: 50573