Page MenuHomeFreeBSD

runat: Add -S for handling the named attribute dir for a symlink
AbandonedPublic

Authored by rmacklem on Jan 31 2026, 4:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 2:54 PM
Unknown Object (File)
Fri, Mar 13, 2:53 PM
Unknown Object (File)
Mon, Mar 2, 12:38 AM
Unknown Object (File)
Sun, Mar 1, 3:59 AM
Unknown Object (File)
Sat, Feb 28, 8:35 PM
Unknown Object (File)
Tue, Feb 24, 6:02 AM
Unknown Object (File)
Thu, Feb 19, 8:19 AM
Unknown Object (File)
Wed, Feb 18, 8:39 AM
Subscribers

Details

Reviewers
kib
Group Reviewers
manpages
Summary

Adding an option to runat(1) so that it can be used
to manipulate named attributes associated with a
symbolic link was made on freebsd-hackers@.

This patch adds "-S" to do this.

Test Plan

Tested for ZFS with xattr=dir both locally and
over a NFSv4 mount.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I'm going to redo this using getopt().
I didn't bother for one option, but I
now think that's silly.

I put up a version using getopt when
I have it ready.