diff options
author | Nathan Scott <nathans@sgi.com> | 2002-04-22 05:19:17 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-04-22 05:19:17 +0000 |
commit | 84fa18a060d71092c69b2839fc9990dfe6b8f40d (patch) | |
tree | 8326f2e7cfeb7b9887ad39d5a2c5ddc66c4742fa | |
parent | 2b4ed44ed3e4eac46b7e81e6c05b75a9420ae172 (diff) | |
download | attr-84fa18a060d71092c69b2839fc9990dfe6b8f40d.tar.gz |
updates from Andreas -man page update, additional test cases.
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/CHANGES | 5 | ||||
-rw-r--r-- | man/Makefile | 2 | ||||
-rw-r--r-- | man/man2/listxattr.2 | 2 | ||||
-rw-r--r-- | test/attr.test | 8 |
6 files changed, 22 insertions, 3 deletions
@@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=0 -PKG_REVISION=7 +PKG_REVISION=8 PKG_BUILD=0 diff --git a/debian/changelog b/debian/changelog index fdbd09d..96a9033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +attr (2.0.8-1) unstable; urgency=low + + * New upstream bugfix release + + -- Nathan Scott <nathans@debian.org> Mon, 22 Apr 2002 15:04:53 +1000 + attr (2.0.7-1) unstable; urgency=low * New upstream bugfix release diff --git a/doc/CHANGES b/doc/CHANGES index 14e7206..ba5198e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,8 @@ +attr-2.0.8 (22 April 2002) + - Minor wording change in the attr(5) manual page + - Additional test cases for malformed attribute names + - Remove leftover build targets html and ps + attr-2.0.7 (13 April 2002) - Minor build system updates diff --git a/man/Makefile b/man/Makefile index d6b3de3..671042a 100644 --- a/man/Makefile +++ b/man/Makefile @@ -35,7 +35,7 @@ include $(TOPDIR)/include/builddefs SUBDIRS = man1 man2 man3 man5 -default install install-dev install-lib html ps: $(SUBDIRS) +default install install-dev install-lib: $(SUBDIRS) $(SUBDIRS_MAKERULE) include $(BUILDRULES) diff --git a/man/man2/listxattr.2 b/man/man2/listxattr.2 index 7b70a01..7a7c97b 100644 --- a/man/man2/listxattr.2 +++ b/man/man2/listxattr.2 @@ -39,7 +39,7 @@ of extended attribute names associated with the given in the filesystem. The list is the set of (NULL-terminated) names, one after the other. Names of extended attributes to which the calling process does not -have access will be omitted from the list. +have access may be omitted from the list. The length of the attribute name .I list is returned. diff --git a/test/attr.test b/test/attr.test index 2a220be..fae2e20 100644 --- a/test/attr.test +++ b/test/attr.test @@ -9,6 +9,14 @@ ! ! $ run attr.text ! +! === try various valid and invalid names +$ touch f +$ setfattr -n user -v value f +setfattr: f: Operation not supported +$ setfattr -n user. -v value f +setfattr: f: Invalid argument +$ setfattr -n user.n -v value f +$ rm f ! === size checks, for an ext2/ext3 file system with a block size of 1K $ touch f $ setfattr -n user.name -v 968+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ f |