diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2000-03-19 11:17:43 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2000-03-19 11:17:43 +0000 |
commit | 8a656e7264c69226f988a995b648ab1de519fb55 (patch) | |
tree | 3e114ebcac261357d88406f443100d10bb9f3a34 /usr.sbin/httpd/conf/ssl.crl | |
parent | 7db975ebca645f201c0524911da141f4fcc49366 (diff) |
apache 1.3.12 + mod_ssl 2.6.2 merge
Diffstat (limited to 'usr.sbin/httpd/conf/ssl.crl')
-rw-r--r-- | usr.sbin/httpd/conf/ssl.crl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/conf/ssl.crl/Makefile b/usr.sbin/httpd/conf/ssl.crl/Makefile index 5401506fb7f..e8b5ae69e8e 100644 --- a/usr.sbin/httpd/conf/ssl.crl/Makefile +++ b/usr.sbin/httpd/conf/ssl.crl/Makefile @@ -36,7 +36,7 @@ update: clean n=0; \ while [ 1 ]; do \ hash="`$$ssl_program crl -noout -hash <$$file`"; \ - if [ -r "$$hash.$$n" ]; then \ + if [ -r "$$hash.r$$n" ]; then \ n=`expr $$n + 1`; \ else \ echo dummy |\ |