From 2055c022c5d5ac855deb9d9cbb8df1ed70d04dad Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 11 Oct 1995 01:44:44 +0000 Subject: [PATCH] Use win-post.in instead of post.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6958 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/wconfig.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b80d5892c..6844f948d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 10 21:43:15 1995 Theodore Y. Ts'o + + * wconfig.c: Use win-post.in instead of post.in. + Mon Oct 9 18:58:34 1995 Ezra Peisach * configure.in: For NetBSD turn back on shlibs_use_dirs diff --git a/src/wconfig.c b/src/wconfig.c index ae4a85610..0d1a42898 100644 --- a/src/wconfig.c +++ b/src/wconfig.c @@ -58,7 +58,7 @@ int main(int argc, char *argv[]) { } if (argc == 2) /* Config directory given */ - copy_file (argv[1], "\\post.in"); /* Send out postfix */ + copy_file (argv[1], "\\win-post.in"); /* Send out postfix */ return 0; } -- 2.26.2