extattr

Martin Simmons martin at lispworks.com
Mon Mar 16 12:17:29 UTC 2020


>>>>> On Sun, 15 Mar 2020 18:21:34 +0100, freebsd  said:
> 
> Hi, i am trying make port for signal desktop application
> but i have problems in test. I patched this npm library for bsd.
> I am not sure with actual test, because bsd have maybe other 
> implementation and also a bit other results.
>   Do you have some skills in xattr ?
> 
> https://github.com/LinusU/fs-xattr/pull/37

Maybe look at the perl File::ExtAttr module for ideas?

https://metacpan.org/pod/File::ExtAttr

In particular, the OS detection:

https://metacpan.org/source/RICHDAWE/File-ExtAttr-1.09/extattr_os.h

__Martin


More information about the freebsd-fs mailing list