From: Ezra Peisach Date: Sat, 21 Oct 1995 19:06:50 +0000 (+0000) Subject: Install the manual pages and fix typo in kdc.conf.M X-Git-Tag: krb5-1.0-beta6~893 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd53f60272f5a57793f1adc43081a8ff6e608d74;p=krb5.git 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 --- diff --git a/src/config-files/.Sanitize b/src/config-files/.Sanitize index a7fed85b4..2bd71ffcd 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 000000000..e8c05a6b1 --- /dev/null +++ b/src/config-files/.cvsignore @@ -0,0 +1 @@ +configure diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog index 28d8241bb..f9076df94 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 * 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 000000000..e56430c7c --- /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 000000000..f9dafe7fd --- /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 b268edb42..f40e9148b 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