aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-02-21 14:04:34 +0000
committerDavid Howells <dhowells@redhat.com>2014-02-21 14:17:27 +0000
commit67ee807249b7ac9e5522353ec12b637828c962fd (patch)
tree01010b6cadb66ad3907cb5d91e5317e75c292cc5
parent913956f252e4674f4958ff9b2ebe87da6ddbb751 (diff)
downloadkeyutils-67ee807249b7ac9e5522353ec12b637828c962fd.tar.gz
Doc: Move manual pages to their own subdir
Move manual pages to their own subdir to tidy the sources up. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--Makefile33
-rw-r--r--man/find_key_by_type_and_name.3 (renamed from find_key_by_type_and_name.3)0
-rw-r--r--man/key.dns_resolver.8 (renamed from key.dns_resolver.8)0
-rw-r--r--man/keyctl.1 (renamed from keyctl.1)0
-rw-r--r--man/keyctl.3 (renamed from keyctl.3)0
-rw-r--r--man/keyctl_chown.3 (renamed from keyctl_chown.3)0
-rw-r--r--man/keyctl_clear.3 (renamed from keyctl_clear.3)0
-rw-r--r--man/keyctl_describe.3 (renamed from keyctl_describe.3)0
-rw-r--r--man/keyctl_get_keyring_ID.3 (renamed from keyctl_get_keyring_ID.3)0
-rw-r--r--man/keyctl_get_persistent.3 (renamed from keyctl_get_persistent.3)0
-rw-r--r--man/keyctl_get_security.3 (renamed from keyctl_get_security.3)0
-rw-r--r--man/keyctl_instantiate.3 (renamed from keyctl_instantiate.3)0
-rw-r--r--man/keyctl_invalidate.3 (renamed from keyctl_invalidate.3)0
-rw-r--r--man/keyctl_join_session_keyring.3 (renamed from keyctl_join_session_keyring.3)0
-rw-r--r--man/keyctl_link.3 (renamed from keyctl_link.3)0
-rw-r--r--man/keyctl_read.3 (renamed from keyctl_read.3)0
-rw-r--r--man/keyctl_revoke.3 (renamed from keyctl_revoke.3)0
-rw-r--r--man/keyctl_search.3 (renamed from keyctl_search.3)0
-rw-r--r--man/keyctl_session_to_parent.3 (renamed from keyctl_session_to_parent.3)0
-rw-r--r--man/keyctl_set_reqkey_keyring.3 (renamed from keyctl_set_reqkey_keyring.3)0
-rw-r--r--man/keyctl_set_timeout.3 (renamed from keyctl_set_timeout.3)0
-rw-r--r--man/keyctl_setperm.3 (renamed from keyctl_setperm.3)0
-rw-r--r--man/keyctl_update.3 (renamed from keyctl_update.3)0
-rw-r--r--man/recursive_key_scan.3 (renamed from recursive_key_scan.3)0
-rw-r--r--man/request-key.8 (renamed from request-key.8)0
-rw-r--r--man/request-key.conf.5 (renamed from request-key.conf.5)0
26 files changed, 9 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index 17e4183..0b2095f 100644
--- a/Makefile
+++ b/Makefile
@@ -167,38 +167,23 @@ endif
$(INSTALL) -D key.dns_resolver $(DESTDIR)$(SBINDIR)/key.dns_resolver
$(INSTALL) -D -m 0644 request-key.conf $(DESTDIR)$(ETCDIR)/request-key.conf
mkdir -p $(DESTDIR)$(ETCDIR)/request-key.d
- $(INSTALL) -D -m 0644 keyctl.1 $(DESTDIR)$(MAN1)/keyctl.1
- $(INSTALL) -D -m 0644 keyctl.3 $(DESTDIR)$(MAN3)/keyctl.3
- $(INSTALL) -D -m 0644 keyctl_chown.3 $(DESTDIR)$(MAN3)/keyctl_chown.3
- $(INSTALL) -D -m 0644 keyctl_clear.3 $(DESTDIR)$(MAN3)/keyctl_clear.3
- $(INSTALL) -D -m 0644 keyctl_describe.3 $(DESTDIR)$(MAN3)/keyctl_describe.3
+ mkdir -p $(DESTDIR)$(MAN1)
+ $(INSTALL) -m 0644 $(wildcard man/*.1) $(DESTDIR)$(MAN1)
+ mkdir -p $(DESTDIR)$(MAN3)
+ $(INSTALL) -m 0644 $(wildcard man/*.3) $(DESTDIR)$(MAN3)
+ mkdir -p $(DESTDIR)$(MAN5)
+ $(INSTALL) -m 0644 $(wildcard man/*.5) $(DESTDIR)$(MAN5)
+ mkdir -p $(DESTDIR)$(MAN8)
+ $(INSTALL) -m 0644 $(wildcard man/*.8) $(DESTDIR)$(MAN8)
$(LNS) keyctl_describe.3 $(DESTDIR)$(MAN3)/keyctl_describe_alloc.3
- $(INSTALL) -D -m 0644 keyctl_get_keyring_ID.3 $(DESTDIR)$(MAN3)/keyctl_get_keyring_ID.3
- $(INSTALL) -D -m 0644 keyctl_get_security.3 $(DESTDIR)$(MAN3)/keyctl_get_security.3
$(LNS) keyctl_get_security.3 $(DESTDIR)$(MAN3)/keyctl_get_security_alloc.3
- $(INSTALL) -D -m 0644 keyctl_instantiate.3 $(DESTDIR)$(MAN3)/keyctl_instantiate.3
$(LNS) keyctl_instantiate.3 $(DESTDIR)$(MAN3)/keyctl_instantiate_iov.3
$(LNS) keyctl_instantiate.3 $(DESTDIR)$(MAN3)/keyctl_reject.3
$(LNS) keyctl_instantiate.3 $(DESTDIR)$(MAN3)/keyctl_negate.3
$(LNS) keyctl_instantiate.3 $(DESTDIR)$(MAN3)/keyctl_assume_authority.3
- $(INSTALL) -D -m 0644 keyctl_invalidate.3 $(DESTDIR)$(MAN3)/keyctl_invalidate.3
- $(INSTALL) -D -m 0644 keyctl_join_session_keyring.3 $(DESTDIR)$(MAN3)/keyctl_join_session_keyring.3
- $(INSTALL) -D -m 0644 keyctl_link.3 $(DESTDIR)$(MAN3)/keyctl_link.3
$(LNS) keyctl_link.3 $(DESTDIR)$(MAN3)/keyctl_unlink.3
- $(INSTALL) -D -m 0644 keyctl_read.3 $(DESTDIR)$(MAN3)/keyctl_read.3
$(LNS) keyctl_read.3 $(DESTDIR)$(MAN3)/keyctl_read_alloc.3
- $(INSTALL) -D -m 0644 keyctl_revoke.3 $(DESTDIR)$(MAN3)/keyctl_revoke.3
- $(INSTALL) -D -m 0644 keyctl_search.3 $(DESTDIR)$(MAN3)/keyctl_search.3
- $(INSTALL) -D -m 0644 keyctl_session_to_parent.3 $(DESTDIR)$(MAN3)/keyctl_session_to_parent.3
- $(INSTALL) -D -m 0644 keyctl_setperm.3 $(DESTDIR)$(MAN3)/keyctl_setperm.3
- $(INSTALL) -D -m 0644 keyctl_set_reqkey_keyring.3 $(DESTDIR)$(MAN3)/keyctl_set_reqkey_keyring.3
- $(INSTALL) -D -m 0644 keyctl_set_timeout.3 $(DESTDIR)$(MAN3)/keyctl_set_timeout.3
- $(INSTALL) -D -m 0644 keyctl_update.3 $(DESTDIR)$(MAN3)/keyctl_update.3
- $(INSTALL) -D -m 0644 recursive_key_scan.3 $(DESTDIR)$(MAN3)/recursive_key_scan.3
$(LNS) recursive_key_scan.3 $(DESTDIR)$(MAN3)/recursive_session_key_scan.3
- $(INSTALL) -D -m 0644 request-key.conf.5 $(DESTDIR)$(MAN5)/request-key.conf.5
- $(INSTALL) -D -m 0644 request-key.8 $(DESTDIR)$(MAN8)/request-key.8
- $(INSTALL) -D -m 0644 key.dns_resolver.8 $(DESTDIR)$(MAN8)/key.dns_resolver.8
$(INSTALL) -D -m 0644 keyutils.h $(DESTDIR)$(INCLUDEDIR)/keyutils.h
###############################################################################
@@ -266,7 +251,7 @@ rpm:
chmod ug-s rpmbuild
mkdir -p rpmbuild/{SPECS,SOURCES,BUILD,BUILDROOT,RPMS,SRPMS}
git archive --prefix=keyutils-$(VERSION)/ --format tar -o $(SRCBALL) HEAD
- bzip2 -9 $(SRCBALL)
+ bzip2 -9f $(SRCBALL)
rpmbuild -ts $(SRCBALL).bz2 --define "_srcrpmdir rpmbuild/SRPMS" $(RPMFLAGS)
rpmbuild --rebuild $(SRPM) $(RPMBUILDDIRS) $(RPMFLAGS)
diff --git a/find_key_by_type_and_name.3 b/man/find_key_by_type_and_name.3
index c1db344..c1db344 100644
--- a/find_key_by_type_and_name.3
+++ b/man/find_key_by_type_and_name.3
diff --git a/key.dns_resolver.8 b/man/key.dns_resolver.8
index 8347a0d..8347a0d 100644
--- a/key.dns_resolver.8
+++ b/man/key.dns_resolver.8
diff --git a/keyctl.1 b/man/keyctl.1
index 7c8df67..7c8df67 100644
--- a/keyctl.1
+++ b/man/keyctl.1
diff --git a/keyctl.3 b/man/keyctl.3
index fad6d08..fad6d08 100644
--- a/keyctl.3
+++ b/man/keyctl.3
diff --git a/keyctl_chown.3 b/man/keyctl_chown.3
index 2492ec1..2492ec1 100644
--- a/keyctl_chown.3
+++ b/man/keyctl_chown.3
diff --git a/keyctl_clear.3 b/man/keyctl_clear.3
index 87e543e..87e543e 100644
--- a/keyctl_clear.3
+++ b/man/keyctl_clear.3
diff --git a/keyctl_describe.3 b/man/keyctl_describe.3
index e125ab8..e125ab8 100644
--- a/keyctl_describe.3
+++ b/man/keyctl_describe.3
diff --git a/keyctl_get_keyring_ID.3 b/man/keyctl_get_keyring_ID.3
index be9660d..be9660d 100644
--- a/keyctl_get_keyring_ID.3
+++ b/man/keyctl_get_keyring_ID.3
diff --git a/keyctl_get_persistent.3 b/man/keyctl_get_persistent.3
index 0f0c74c..0f0c74c 100644
--- a/keyctl_get_persistent.3
+++ b/man/keyctl_get_persistent.3
diff --git a/keyctl_get_security.3 b/man/keyctl_get_security.3
index f9a3c84..f9a3c84 100644
--- a/keyctl_get_security.3
+++ b/man/keyctl_get_security.3
diff --git a/keyctl_instantiate.3 b/man/keyctl_instantiate.3
index 7da0b8c..7da0b8c 100644
--- a/keyctl_instantiate.3
+++ b/man/keyctl_instantiate.3
diff --git a/keyctl_invalidate.3 b/man/keyctl_invalidate.3
index 7afb70c..7afb70c 100644
--- a/keyctl_invalidate.3
+++ b/man/keyctl_invalidate.3
diff --git a/keyctl_join_session_keyring.3 b/man/keyctl_join_session_keyring.3
index ffbb805..ffbb805 100644
--- a/keyctl_join_session_keyring.3
+++ b/man/keyctl_join_session_keyring.3
diff --git a/keyctl_link.3 b/man/keyctl_link.3
index f62549e..f62549e 100644
--- a/keyctl_link.3
+++ b/man/keyctl_link.3
diff --git a/keyctl_read.3 b/man/keyctl_read.3
index 01905e5..01905e5 100644
--- a/keyctl_read.3
+++ b/man/keyctl_read.3
diff --git a/keyctl_revoke.3 b/man/keyctl_revoke.3
index 212c776..212c776 100644
--- a/keyctl_revoke.3
+++ b/man/keyctl_revoke.3
diff --git a/keyctl_search.3 b/man/keyctl_search.3
index 368584c..368584c 100644
--- a/keyctl_search.3
+++ b/man/keyctl_search.3
diff --git a/keyctl_session_to_parent.3 b/man/keyctl_session_to_parent.3
index a0da527..a0da527 100644
--- a/keyctl_session_to_parent.3
+++ b/man/keyctl_session_to_parent.3
diff --git a/keyctl_set_reqkey_keyring.3 b/man/keyctl_set_reqkey_keyring.3
index fc5946e..fc5946e 100644
--- a/keyctl_set_reqkey_keyring.3
+++ b/man/keyctl_set_reqkey_keyring.3
diff --git a/keyctl_set_timeout.3 b/man/keyctl_set_timeout.3
index 6d6e774..6d6e774 100644
--- a/keyctl_set_timeout.3
+++ b/man/keyctl_set_timeout.3
diff --git a/keyctl_setperm.3 b/man/keyctl_setperm.3
index 9bf90f5..9bf90f5 100644
--- a/keyctl_setperm.3
+++ b/man/keyctl_setperm.3
diff --git a/keyctl_update.3 b/man/keyctl_update.3
index dd95fe9..dd95fe9 100644
--- a/keyctl_update.3
+++ b/man/keyctl_update.3
diff --git a/recursive_key_scan.3 b/man/recursive_key_scan.3
index c07be85..c07be85 100644
--- a/recursive_key_scan.3
+++ b/man/recursive_key_scan.3
diff --git a/request-key.8 b/man/request-key.8
index 8d4a880..8d4a880 100644
--- a/request-key.8
+++ b/man/request-key.8
diff --git a/request-key.conf.5 b/man/request-key.conf.5
index 73e0dcb..73e0dcb 100644
--- a/request-key.conf.5
+++ b/man/request-key.conf.5