FreeBSD Bugzilla – Attachment 8271 Details for
Bug 17386
schg flag causes pkg_create cleaup problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 494 bytes, created by
adrian
on 2000-03-15 06:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2000-03-15 06:40:02 UTC
Size:
494 bytes
patch
obsolete
>--- file.c.orig Wed Mar 15 00:50:24 2000 >+++ file.c Wed Mar 15 00:57:57 2000 >@@ -412,9 +412,9 @@ > char cmd[FILENAME_MAX]; > > if (fname[0] == '/') >- snprintf(cmd, FILENAME_MAX, "cp -p -r %s %s", fname, to); >+ snprintf(cmd, FILENAME_MAX, "cp -R %s %s", fname, to); > else >- snprintf(cmd, FILENAME_MAX, "cp -p -r %s/%s %s", dir, fname, to); >+ snprintf(cmd, FILENAME_MAX, "cp -R %s/%s %s", dir, fname, to); > if (vsystem(cmd)) { > cleanup(0); > errx(2, "could not perform '%s'", cmd);
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 17386
: 8271