diff options
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; } |
