aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-10-21 19:06:50 +0000
committerEzra Peisach <epeisach@mit.edu>1995-10-21 19:06:50 +0000
commitcd53f60272f5a57793f1adc43081a8ff6e608d74 (patch)
tree4e9e00f43646094483fbd46709f0ae6e4961af05 /src/config-files
parent4babcb48464e8389e7f36da439753442ccacb9d8 (diff)
downloadkrb5-cd53f60272f5a57793f1adc43081a8ff6e608d74.zip
krb5-cd53f60272f5a57793f1adc43081a8ff6e608d74.tar.gz
krb5-cd53f60272f5a57793f1adc43081a8ff6e608d74.tar.bz2
Install the manual pages and fix typo in kdc.conf.M
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6976 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/.Sanitize4
-rw-r--r--src/config-files/.cvsignore1
-rw-r--r--src/config-files/ChangeLog10
-rw-r--r--src/config-files/Makefile.in6
-rw-r--r--src/config-files/configure.in4
-rw-r--r--src/config-files/kdc.conf.M2
6 files changed, 26 insertions, 1 deletions
diff --git a/src/config-files/.Sanitize b/src/config-files/.Sanitize
index a7fed85..2bd71ff 100644
--- a/src/config-files/.Sanitize
+++ b/src/config-files/.Sanitize
@@ -23,7 +23,11 @@ Do-first:
Things-to-keep:
+.cvsignore
ChangeLog
+Makefile.in
+configure
+configure.in
convert-config-files
kdc.conf
kdc.conf.M
diff --git a/src/config-files/.cvsignore b/src/config-files/.cvsignore
new file mode 100644
index 0000000..e8c05a6
--- /dev/null
+++ b/src/config-files/.cvsignore
@@ -0,0 +1 @@
+configure
diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog
index 28d8241..f9076df 100644
--- a/src/config-files/ChangeLog
+++ b/src/config-files/ChangeLog
@@ -1,3 +1,13 @@
+Sat Oct 21 09:07:59 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
+
+ * kdc.conf.M: Fixed typo
+
+ * configure.in, Makefile.in: Install manual pages.
+
+ * .Sanitize: Update file list
+
+ * .cvsignore: Ignore configure
+
Thu Oct 5 22:38:24 1995 Theodore Y. Ts'o <tytso@dcl>
* kdc.conf.M: Documented kdc_ports, and removed references to
diff --git a/src/config-files/Makefile.in b/src/config-files/Makefile.in
new file mode 100644
index 0000000..e56430c
--- /dev/null
+++ b/src/config-files/Makefile.in
@@ -0,0 +1,6 @@
+all::
+
+install::
+ $(INSTALL_DATA) $(srcdir)/kdc.conf.M ${DESTDIR}$(FILE_MANDIR)/kdc.conf.5
+ $(INSTALL_DATA) $(srcdir)/krb5.conf.M ${DESTDIR}$(FILE_MANDIR)/krb5.conf.5
+
diff --git a/src/config-files/configure.in b/src/config-files/configure.in
new file mode 100644
index 0000000..f9dafe7
--- /dev/null
+++ b/src/config-files/configure.in
@@ -0,0 +1,4 @@
+AC_INIT(configure.in)
+CONFIG_RULES
+AC_PROG_INSTALL
+V5_AC_OUTPUT_MAKEFILE
diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M
index b268edb..f40e914 100644
--- a/src/config-files/kdc.conf.M
+++ b/src/config-files/kdc.conf.M
@@ -53,7 +53,7 @@ port 88 and port 750.
.SH REALMS SECTION
Each tag in the
.I [realms]
-section of the file names a Kerbveros realm. The value of the tag is a
+section of the file names a Kerberos realm. The value of the tag is a
subsection where the relations in that subsection define KDC parameters for
that particular realm.
.PP