diff options
author | martti <martti> | 2008-10-15 13:00:50 +0000 |
---|---|---|
committer | martti <martti> | 2008-10-15 13:00:50 +0000 |
commit | 18319738a068a11a09eaedb871119a1b3a372666 (patch) | |
tree | ef15155d980c21541a76d862c6af2462dae44b80 /www/apache22 | |
parent | 0af27c5151807ca9687f9991f7279cd6bdf11a70 (diff) | |
download | pkgsrc-18319738a068a11a09eaedb871119a1b3a372666.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 ;; |