Install the manual pages and fix typo in kdc.conf.M
authorEzra Peisach <epeisach@mit.edu>
Sat, 21 Oct 1995 19:06:50 +0000 (19:06 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 21 Oct 1995 19:06:50 +0000 (19:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6976 dc483132-0cff-0310-8789-dd5450dbe970

src/config-files/.Sanitize
src/config-files/.cvsignore [new file with mode: 0644]
src/config-files/ChangeLog
src/config-files/Makefile.in [new file with mode: 0644]
src/config-files/configure.in [new file with mode: 0644]
src/config-files/kdc.conf.M

index a7fed85b45cbe5195de0b09c36f285f0342ef8da..2bd71ffcd4a4adff31bd300c27903b23b0dbbe6e 100644 (file)
@@ -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 (file)
index 0000000..e8c05a6
--- /dev/null
@@ -0,0 +1 @@
+configure
index 28d8241bb82d8df0dbbb5696efa17df5d181a58f..f9076df948b5a3c1608a56984471d8bd70e0a0bf 100644 (file)
@@ -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 (file)
index 0000000..e56430c
--- /dev/null
@@ -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 (file)
index 0000000..f9dafe7
--- /dev/null
@@ -0,0 +1,4 @@
+AC_INIT(configure.in)
+CONFIG_RULES
+AC_PROG_INSTALL
+V5_AC_OUTPUT_MAKEFILE
index b268edb42f3273027c3b3b5ead035f756dc38514..f40e9148ba81e84acb1450bf4a43ff2835f329c2 100644 (file)
@@ -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