Patch-ID# 101447-01 Keywords: CTE3707, tar, option, -p, symbolic, links, xvpf, restore, ownerships Synopsis: SunOS 4.1.3_U1: tar does not restore original ownerships on sym links Date: Dec/27/93 Solaris Release: 1.1.1 SunOS release: 4.1.3_U1 Unbundled Product: Unbundled Release: Topic: Root should be able to set the ownership of symbolic links. BugId's fixed with this patch: 1095930 Changes incorporated in this version: Architectures for which this patch is available: sun4 (all) Patches which may conflict with this patch: Obsoleted by: Files included with this patch: tar Problem Description: When 'tar xvp' restores a symbolic link, the ownerships of the symbolic link file become the same as the process running tar. Note: Remember, as always, only root can set the ownerships of files to anything other than that of the running process. For this fix to take effect, you must run tar as root. INSTALL: Login as root. mv /usr/bin/tar /usr/bin/tar.FCS cp tar /usr/bin/tar chown root.staff /usr/bin/tar chmod 755 /usr/bin/tar ADDENDUM :