diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-07-04 17:08:58 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-07-04 17:08:58 +1000 |
commit | 8c7a14ea2897c384d4c2ebbb0d96eb8f84544d6a (patch) | |
tree | 639e9aefb83af3fbf96c372838846a17aa7ef762 /ChangeLog | |
parent | f7fa706e70cc3d005acca995d022d65227185dcd (diff) |
- djm@cvs.openbsd.org 2008/06/30 08:07:34
[key-options.sh]
shell portability: use "=" instead of "==" in test(1) expressions,
double-quote string with backslash escaped /
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,6 +18,11 @@ | |||
18 | - dtucker@cvs.openbsd.org 2008/07/04 03:47:02 | 18 | - dtucker@cvs.openbsd.org 2008/07/04 03:47:02 |
19 | [monitor.c] | 19 | [monitor.c] |
20 | Make debug a little clearer. ok djm@ | 20 | Make debug a little clearer. ok djm@ |
21 | - djm@cvs.openbsd.org 2008/06/30 08:07:34 | ||
22 | [regress/key-options.sh] | ||
23 | shell portability: use "=" instead of "==" in test(1) expressions, | ||
24 | double-quote string with backslash escaped / | ||
25 | |||
21 | - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link | 26 | - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link |
22 | returns EXDEV. Patch from Mike Garrison, ok djm@ | 27 | returns EXDEV. Patch from Mike Garrison, ok djm@ |
23 | 28 | ||
@@ -4555,4 +4560,4 @@ | |||
4555 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4560 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4556 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4561 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4557 | 4562 | ||
4558 | $Id: ChangeLog,v 1.5054 2008/07/04 04:10:19 dtucker Exp $ | 4563 | $Id: ChangeLog,v 1.5055 2008/07/04 07:08:58 dtucker Exp $ |