* To configure native mode use: configure --with-restconf=native, changed from: configure --with-restconf=evhtp
This commit is contained in:
parent
d874a696f7
commit
d8be601606
22 changed files with 76 additions and 70 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue