summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* style.Makefile(5)obrien2003-04-041-1/+2
|
* Make extattrctl WARNS?=2-safe:jedgar2001-11-271-0/+1
| | | | | | | | | | o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main() Approved by: rwatson Obtained from: TrustedBSD Project
* o Reflect moving of extattr_namespace calls to libc from libutil; norwatson2001-11-161-3/+0
| | | | | | | longer need to link libutil into command-line extended attribute utilities. Obtained from: TrustedBSD Project
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-0/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Fix LDADD and add missing DPADD.ru2001-03-271-2/+4
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* o Update extattrctl to take into account the updated EA interface withrwatson2001-03-151-1/+1
| | | | | | | | explicit namespaces. Modify it to use libutil for string/constant namespace conversions. Update the documentation to take into account the new interface. Obtained from: TrustedBSD Project
* Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extendedrwatson2000-04-151-0/+8
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
OpenPOWER on IntegriCloud