summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-05-29 11:39:54 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-05-29 11:39:54 -0400
commit7822a0df68ca959fd4476d9b9ce9bbb6864cc201 (patch)
tree0060e7096de26bd09922458f7954093866c0d981
parente3b1695c1483a80e3b2aa122bb2216740617f681 (diff)
downloadcredmonger-7822a0df68ca959fd4476d9b9ce9bbb6864cc201.tar.gz
credmonger-7822a0df68ca959fd4476d9b9ce9bbb6864cc201.tar.xz
credmonger-7822a0df68ca959fd4476d9b9ce9bbb6864cc201.zip
- fix a typo or two
-rw-r--r--credmonger.spec4
-rw-r--r--src/credmonger.8.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/credmonger.spec b/credmonger.spec
index f73c85f..6ef2ef3 100644
--- a/credmonger.spec
+++ b/credmonger.spec
@@ -1,7 +1,7 @@
Name: credmonger
Version: 0.0
Release: 1%{?dist}
-Summary: maintain Kerberos credential caches for other processes
+Summary: Maintains Kerberos credential caches for other processes
Group: System Environment/Daemons
License: MIT
@@ -55,7 +55,7 @@ exit 0
%files
%defattr(-,root,root,-)
-%doc LICENSE
+%doc LICENSE src/credmonger.sample
%dir %{_sysconfdir}/credmonger.d
%config(noreplace) %{_sysconfdir}/credmonger.d/*
%{_initrddir}/credmonger
diff --git a/src/credmonger.8.in b/src/credmonger.8.in
index 6061418..c0b9a6d 100644
--- a/src/credmonger.8.in
+++ b/src/credmonger.8.in
@@ -25,8 +25,8 @@ to the named file.
.SH CONFIGURATION
The \fIcredmonger\fP daemon searches its configuration directory for
-files. Each file is expected to contain one or lines, each containing a
-colon-separated list of relevant settings.
+files. Each file is expected to contain one or more lines, each containing a
+colon-delimited entry with relevant settings.
The first field contains the name or UID of the user for whom the credential
cache should be maintained.