blob: d5aff1c5642a6fdcaddc4a5c50cc9147367f1fcb (
plain)
1
2
3
4
5
6
7
|
--with-default-server=*) server=${arg#*=} ;;
--with-default-port=*) port=${arg#*=} ;;
--with-default-tlsport=*) tlsport=${arg#*=} ;;
--with-default-cadir=*) cadir=${arg#*=} ;;
--with-default-tls|--with-default-tls=yes) deftls=true ;;
--without-default-tls|--with-default-tls=no) deftls=false ;;
--with-tmpdir=*) tmpdir=${arg#*=} ;;
|