Re: restore doesn't restore ownership of symbolic link

2001-04-20 Thread Matthew Jacob
It seems good, but shouldn't it be: ret = linkit(lnkbuf, name, SYMLINK); if (ret == 0) { if (lchown(name, uid, gid)) perror(name); if (lchmod(name, mode)) perror(name); l

restore doesn't restore ownership of symbolic link

2001-04-20 Thread Yoshihiko SARUMARU
Hello all, I will report to all that restore command doesn't restore the property of symbolic link at all, that is owner, group, permissions and utime. Yamazaki-san first reported this issue on USENET at fj.os.bsd.freebsd. So I'm Cc'ing he and thread participater. I will propose below quick pat