FreeBSD Bugzilla – Attachment 12628 Details for
Bug 24310
pkg_add has a misplaced )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 535 bytes, created by
Andrew Stevenson
on 2001-01-13 18:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Stevenson
Created:
2001-01-13 18:20:00 UTC
Size:
535 bytes
patch
obsolete
>--- perform.c.orig Sun Jan 14 04:03:13 2001 >+++ perform.c Sun Jan 14 04:03:57 2001 >@@ -366,7 +366,7 @@ > if (Verbose) > printf("mtree -U -f %s -d -e -p %s >%s\n", MTREE_FNAME, p ? p->name : "/", _PATH_DEVNULL); > if (!Fake) { >- if (vsystem("/usr/sbin/mtree -U -f %s -d -e -p %s >%s", MTREE_FNAME, p ? p->name : "/"), _PATH_DEVNULL) >+ if (vsystem("/usr/sbin/mtree -U -f %s -d -e -p %s >%s", MTREE_FNAME, p ? p->name : "/", _PATH_DEVNULL)) > warnx("mtree returned a non-zero status - continuing"); > } > unlink(MTREE_FNAME);
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 24310
: 12628