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/wconfig.c | |
| 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/wconfig.c')
| -rw-r--r-- | src/wconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
