FreeBSD Bugzilla – Attachment 14845 Details for
Bug 27760
pkg_add -r hangs when fetching via ftp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 355 bytes, created by
seb
on 2001-05-30 02:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
seb
Created:
2001-05-30 02:50:00 UTC
Size:
355 bytes
patch
obsolete
>*** file.c.ORIG Tue May 29 17:58:05 2001 >--- file.c Tue May 29 17:58:56 2001 >*************** >*** 219,224 **** >--- 219,225 ---- > close(pfd[1]); > dup2(pfd[0], 0); > close(pfd[0]); >+ { int i; for(i=3; i<NOFILE; i++) close(i); } > execl("/usr/bin/tar", "tar", Verbose ? "-xzvf" : "-xzf", "-", 0); > _exit(2); > }
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 27760
: 14845