* To configure native mode use: configure --with-restconf=native, changed from: configure --with-restconf=evhtp

This commit is contained in:
Olof hagsand 2021-04-06 08:48:45 +02:00
parent d874a696f7
commit d8be601606
22 changed files with 76 additions and 70 deletions

View file

@ -23,7 +23,7 @@ set -eux # x
if [ $# -ne 2 ]; then
echo "usage: $0 <host> <restconf>"
echo " where <restconf> is fcgi or evhtp"
echo " where <restconf> is fcgi or native"
exit -1
fi

View file

@ -4,7 +4,7 @@ set -eux
if [ $# -ne 1 ]; then
echo "usage: $0 <restconf>"
echo " where <restconf> is fcgi or evhtp"
echo " where <restconf> is fcgi or native"
exit -1
fi
restconf=$1