FreeBSD Bugzilla – Attachment 15217 Details for
Bug 28274
[PATCH] for pkg_add to sym linked dir that is > 1 sym link deep
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 557 bytes, created by
John E. Hein
on 2001-06-19 12:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John E. Hein
Created:
2001-06-19 12:30:02 UTC
Size:
557 bytes
patch
obsolete
>Index: file.c >=================================================================== >RCS file: /base/FreeBSD-CVS/src/usr.sbin/pkg_install/lib/file.c,v >retrieving revision 1.49 >diff -u -r1.49 file.c >--- file.c 2001/06/13 11:55:40 1.49 >+++ file.c 2001/06/19 11:05:55 >@@ -48,7 +48,7 @@ > > if (lstat(fname, &sb) != FAIL && S_ISDIR(sb.st_mode)) > return TRUE; >- else if (lstat(strconcat(fname, "/"), &sb) != FAIL && S_ISDIR(sb.st_mode)) >+ else if (lstat(strconcat(fname, "/."), &sb) != FAIL && S_ISDIR(sb.st_mode)) > return TRUE; > else > return FALSE;
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 28274
: 15217