aboutsummaryrefslogtreecommitdiff
path: root/net-im/linpopup/files/extra-patch-samba3
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/linpopup/files/extra-patch-samba3')
-rw-r--r--net-im/linpopup/files/extra-patch-samba312
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/linpopup/files/extra-patch-samba3 b/net-im/linpopup/files/extra-patch-samba3
deleted file mode 100644
index a172b6d1bb48..000000000000
--- a/net-im/linpopup/files/extra-patch-samba3
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur send.c send.c
---- send.c Tue Mar 14 03:45:05 2000
-+++ 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");