summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-12-07 13:03:10 +1100
committerDarren Tucker <dtucker@zip.com.au>2012-12-07 13:03:10 +1100
commit3dfb877046b40638ac7c88de9bb07091eb463205 (patch)
treeb96d477ccd573ce010d847b2bda3095d72cc69bb /ChangeLog
parent96ce9a1e45a2f2a1b8be7b97fde07e629dd9fa05 (diff)
- dtucker@cvs.openbsd.org 2012/12/06 06:06:54
[regress/keys-command.sh] Fix some problems with the keys-command test: - use string comparison rather than numeric comparison - check for existing KEY_COMMAND file and don't clobber if it exists - clean up KEY_COMMAND file if we do create it. - check that KEY_COMMAND is executable (which it won't be if eg /var/run is mounted noexec). ok djm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b572f6006..be3118146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
120121207
2 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2012/12/06 06:06:54
4 [regress/keys-command.sh]
5 Fix some problems with the keys-command test:
6 - use string comparison rather than numeric comparison
7 - check for existing KEY_COMMAND file and don't clobber if it exists
8 - clean up KEY_COMMAND file if we do create it.
9 - check that KEY_COMMAND is executable (which it won't be if eg /var/run
10 is mounted noexec).
11 ok djm.
12
120121205 1320121205
2 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. 14 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.
3 15