projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9984b3c
)
Use win-post.in instead of post.in
author
Theodore Tso
<tytso@mit.edu>
Wed, 11 Oct 1995 01:44:44 +0000
(
01:44
+0000)
committer
Theodore 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
patch
|
blob
|
history
src/wconfig.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b80d5892cc8e73a3191236f3da04c320c7d6a63f..6844f948db6b73e91825c73628ba75ce988feef2 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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
diff --git
a/src/wconfig.c
b/src/wconfig.c
index ae4a856103eb357668d60555485205933a2db4a4..0d1a42898e11d62a85633d6995283774a3363786 100644
(file)
--- 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;
}