FreeBSD Bugzilla – Attachment 16106 Details for
Bug 29671
restore changes attributes of directories despite "-N" flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 744 bytes, created by
sblank
on 2001-08-13 10:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sblank
Created:
2001-08-13 10:00:03 UTC
Size:
744 bytes
patch
obsolete
>*** /usr/src/sbin/restore/my-dirs.c Wed Aug 1 10:57:43 2001 >--- /usr/src/sbin/restore/dirs.c Mon Aug 13 09:51:33 2001 >*************** >*** 630,639 **** > panic("cannot find directory inode %d\n", node.ino); > } else { > cp = myname(ep); >! (void) chown(cp, node.uid, node.gid); >! (void) chmod(cp, node.mode); >! utimes(cp, node.timep); >! (void) chflags(cp, node.flags); > ep->e_flags &= ~NEW; > } > } >--- 630,641 ---- > panic("cannot find directory inode %d\n", node.ino); > } else { > cp = myname(ep); >! if (!Nflag) { >! (void) chown(cp, node.uid, node.gid); >! (void) chmod(cp, node.mode); >! utimes(cp, node.timep); >! (void) chflags(cp, node.flags); >! } > ep->e_flags &= ~NEW; > } > }
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 29671
: 16106