diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-10-11 01:44:44 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-10-11 01:44:44 +0000 |
| commit | 2055c022c5d5ac855deb9d9cbb8df1ed70d04dad (patch) | |
| tree | 875ae8986879e7c2166c627bf831d0185c125039 /src | |
| parent | 9984b3c017810c22c07f4d53405f2ddf9a5251fe (diff) | |
| download | krb5-2055c022c5d5ac855deb9d9cbb8df1ed70d04dad.tar.gz krb5-2055c022c5d5ac855deb9d9cbb8df1ed70d04dad.tar.xz krb5-2055c022c5d5ac855deb9d9cbb8df1ed70d04dad.zip | |
Use win-post.in instead of post.in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6958 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/wconfig.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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; } |
