diff --git a/apache/files/httpsd b/apache/files/httpsd index 4f82966..b0c6077 100755 --- a/apache/files/httpsd +++ b/apache/files/httpsd @@ -64,7 +64,7 @@ check13 () { start() { echo -n $"Starting $prog: " check13 || exit 1 - LANG=$HTTPSD_LANG daemon --pidfile=${pidfile} $httpsd $OPTIONS + NSS_HASH_ALG_SUPPORT=+MD5 LANG=$HTTPSD_LANG daemon --pidfile=${pidfile} $httpsd $OPTIONS RETVAL=$? echo [ $RETVAL = 0 ] && touch ${lockfile}