diff options
author | martti <martti@pkgsrc.org> | 2008-10-15 13:00:50 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-10-15 13:00:50 +0000 |
commit | 3b5d0c70a5f6ee975b060d1188aa7b6539e36245 (patch) | |
tree | ef15155d980c21541a76d862c6af2462dae44b80 /www/apache22 | |
parent | c2cd07038620964b14a3655b318fa996a67e36a8 (diff) | |
download | pkgsrc-3b5d0c70a5f6ee975b060d1188aa7b6539e36245.tar.gz |
Fix pkg/33191 (affects only SunOS 5.8 so I didn't bumpà revision).
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/files/mkcert.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 ;; |