FreeBSD Bugzilla – Attachment 16685 Details for
Bug 30507
pkg_add fails with "chown: bin.bin: illegal user name"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 537 bytes, created by
Georg-W. Koltermann
on 2001-09-11 11:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Georg-W. Koltermann
Created:
2001-09-11 11:20:00 UTC
Size:
537 bytes
patch
obsolete
>--- usr.sbin/pkg_install/add/futil.c.old Tue Sep 11 12:02:31 2001 >+++ usr.sbin/pkg_install/add/futil.c Tue Sep 11 11:58:26 2001 >@@ -83,7 +83,7 @@ > if (vsystem("cd %s && chmod -R %s %s", cd_to, Mode, arg)) > warnx("couldn't change modes of '%s' to '%s'", arg, Mode); > if (Owner && Group) { >- if (vsystem("cd %s && chown -R %s.%s %s", cd_to, Owner, Group, arg)) >+ if (vsystem("cd %s && chown -R %s:%s %s", cd_to, Owner, Group, arg)) > warnx("couldn't change owner/group of '%s' to '%s.%s'", > arg, Owner, Group); > return;
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 30507
: 16685