- (djm) [regress/krl.sh] replacement for jot; most platforms lack it

This commit is contained in:
Damien Miller 2013-01-20 22:58:51 +11:00
parent d60b210830
commit dc75d1fc04
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@
RB_INSERT does not remove existing elments; ok djm@
- (djm) [openbsd-compat/sys-tree.h] Sync with OpenBSD. krl.c needs newer
version.
- (djm) [regress/krl.sh] replacement for jot; most platforms lack it
20130118
- (djm) OpenBSD CVS Sync

View File

@ -33,6 +33,10 @@ serial: 799
serial: 599-701
EOF
jot() {
awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }"
}
# A specification that revokes some certificated by key ID.
touch $OBJ/revoked-keyid
for n in 1 2 3 4 10 15 30 50 `jot 500 300` 999 1000 1001 1002; do