Use win-post.in instead of post.in
authorTheodore Tso <tytso@mit.edu>
Wed, 11 Oct 1995 01:44:44 +0000 (01:44 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 11 Oct 1995 01:44:44 +0000 (01:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6958 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/wconfig.c

index b80d5892cc8e73a3191236f3da04c320c7d6a63f..6844f948db6b73e91825c73628ba75ce988feef2 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct 10 21:43:15 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * wconfig.c: Use win-post.in instead of post.in.
+
 Mon Oct  9 18:58:34 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * configure.in: For NetBSD turn back on shlibs_use_dirs
index ae4a856103eb357668d60555485205933a2db4a4..0d1a42898e11d62a85633d6995283774a3363786 100644 (file)
@@ -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;
 }