Diff for /embedaddon/build.sh between versions 1.10.4.1 and 1.10.4.2

version 1.10.4.1, 2013/10/14 09:39:57 version 1.10.4.2, 2013/10/14 10:45:02
Line 349  case $CMD in Line 349  case $CMD in
         nginx)          nginx)
                 cd nginx                  cd nginx
                 ./configure --conf-path=/etc/nginx.conf --user=www --group=www \                  ./configure --conf-path=/etc/nginx.conf --user=www --group=www \
                        --with-openssl=/usr --pid-path=/var/run/nginx.pid \                        --pid-path=/var/run/nginx.pid \
                         --error-log-path=/var/log/nginx-error.log \                          --error-log-path=/var/log/nginx-error.log \
                         --lock-path=/var/run/nging.lock \                          --lock-path=/var/run/nging.lock \
                         --http-log-path=/var/log/nginx-access.log --with-ipv6 \                          --http-log-path=/var/log/nginx-access.log --with-ipv6 \
                        --with-http_ssl_module --with-http_mp4_module                        --with-http_ssl_module --with-http_mp4_module ${PFX} || exit 1
 #               ${MK} clean || exit 1
                 ${MK} || exit 1
 #               ${MK} install || exit 1
                 echo ">>> Now rebuild elwix $CMD program ..."
                 ;;
         lighttpd)
                 cd lighttpd
                 ./configure --enable-static --with-openssl ${PFX} || exit 1
                 ${MK} clean || exit 1                  ${MK} clean || exit 1
                 ${MK} || exit 1                  ${MK} || exit 1
                 ${MK} install || exit 1                  ${MK} install || exit 1

Removed from v.1.10.4.1  
changed lines
  Added in v.1.10.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>