]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended
authorrwatson <rwatson@FreeBSD.org>
Sat, 15 Apr 2000 05:14:39 +0000 (05:14 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 15 Apr 2000 05:14:39 +0000 (05:14 +0000)
commitf2310ef109eccf99c872f4f90eb70f4fc26e39f1
treef94a0a3644096f548bc00689dabf8fcd9bc8f70f
parent6dcc92e9d30b104c9b7b5cb5dd7a0196735c50b1
Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended
attributes (recently committed).  Using extattrctl, the extended attribute
service may be started and stopped for specific file systems; specific
attributes may be enabled or disabled, and the backing file for each
attribute configured.  Also, backing files may be initialized.

Reviewed by:    adrian, bp, freebsd-fs, the unthanked masses
Obtained from:  TrustedBSD
usr.sbin/Makefile
usr.sbin/extattrctl/Makefile [new file with mode: 0644]
usr.sbin/extattrctl/extattrctl.8 [new file with mode: 0644]
usr.sbin/extattrctl/extattrctl.c [new file with mode: 0644]