From 7822a0df68ca959fd4476d9b9ce9bbb6864cc201 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 29 May 2009 11:39:54 -0400 Subject: - fix a typo or two --- credmonger.spec | 4 ++-- src/credmonger.8.in | 4 ++-- 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. -- cgit