pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Fix pkg/33191 (affects only SunOS 5.8 so I didn't ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92a3060f69d8
branches: trunk
changeset: 548441:92a3060f69d8
user: martti <martti%pkgsrc.org@localhost>
date: Wed Oct 15 13:00:50 2008 +0000
description:
Fix pkg/33191 (affects only SunOS 5.8 so I didn't bumpà revision).
diffstat:
www/apache2/files/mkcert.sh | 3 ++-
www/apache22/files/mkcert.sh | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4d816d996487 -r 92a3060f69d8 www/apache2/files/mkcert.sh
--- a/www/apache2/files/mkcert.sh Wed Oct 15 12:18:37 2008 +0000
+++ b/www/apache2/files/mkcert.sh Wed Oct 15 13:00:50 2008 +0000
@@ -32,7 +32,8 @@
fi
set -- $parameters
-for param; do
+for param
+do
case $param in
-a) algo=$2 ;;
-c) crt=$2 ;;
diff -r 4d816d996487 -r 92a3060f69d8 www/apache22/files/mkcert.sh
--- a/www/apache22/files/mkcert.sh Wed Oct 15 12:18:37 2008 +0000
+++ b/www/apache22/files/mkcert.sh Wed Oct 15 13:00:50 2008 +0000
@@ -32,7 +32,8 @@
fi
set -- $parameters
-for param; do
+for param
+do
case $param in
-a) algo=$2 ;;
-c) crt=$2 ;;
Home |
Main Index |
Thread Index |
Old Index