From 3b5d0c70a5f6ee975b060d1188aa7b6539e36245 Mon Sep 17 00:00:00 2001 From: martti Date: Wed, 15 Oct 2008 13:00:50 +0000 Subject: Fix pkg/33191 (affects only SunOS 5.8 so I didn't bumpà revision). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/apache22/files/mkcert.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/apache22') diff --git a/www/apache22/files/mkcert.sh b/www/apache22/files/mkcert.sh index efaac423c2f..6be1c77bc7c 100644 --- a/www/apache22/files/mkcert.sh +++ b/www/apache22/files/mkcert.sh @@ -32,7 +32,8 @@ EOF fi set -- $parameters -for param; do +for param +do case $param in -a) algo=$2 ;; -c) crt=$2 ;; -- cgit v1.2.3