test:vagrant nginx fix, CHANGELOG

This commit is contained in:
Olof hagsand 2023-12-05 15:04:01 +01:00
parent 1ac5086c6a
commit 054ffccb31
3 changed files with 2 additions and 40 deletions

View file

@ -7,40 +7,6 @@
* [6.1.0](#610) 19 Feb 2023
* [6.0.0](#600) 29 Nov 2022
* [5.9.0](#590) 24 September 2022
* [5.8.0](#580) 28 July 2022
* [5.7.0](#570) 17 May 2022
* [5.6.0](#560) 8 March 2022
* [5.5.0](#550) 20 January 2022
* [5.4.0](#540) 30 November 2021
* [5.3.0](#530) 27 September 2021
* [5.2.0](#520) 1 July 2021
* [5.1.0](#510) 15 April 2021
* [5.0.0](#500) 27 February 2021
* [5.0.1](#501) 10 March 2021
* [4.9.0](#490) 18 December 2020
* [4.8.0](#480) 18 October 2020
* [4.7.0](#470) 14 September 2020
* [4.6.0](#460) 14 August 2020
* [4.5.0](#450) 12 May 2020
* [4.4.0](#440) 5 April 2020
* [4.3.0](#430) 1 January 2020
* [4.3.3](#433)
* [4.3.2](#432)
* [4.3.1](#431)
* [4.2.0](#420) 27 October 2019
* [4.1.0](#410) 18 August 2019
* [4.0.0](#400) 13 July 2019
* [4.0.1](#401)
* [3.9.0](#390) 21 Feb 2019
* [3.8.0](#380) 6 Nov 2018
* [3.7.0](#370) 22 July 2018
* [3.6.0](#360) 30 April 2018
* [3.6.1](#361)
* [3.5.0](#350) 12 February 2018
* [3.4.0](#340) 1 January 2018
* [3.3.3](#333) 25 November 2017
* [3.3.2](#332) Aug 27 2017
* [3.3.1](#331) June 7 2017
## 6.5.0
Expected: December 2023

View file

@ -73,11 +73,7 @@ Start clixon backend daemon (if not already started)
Start clixon restconf daemon
```
sudo clixon_restconf -f /usr/local/etc/example.xml
```
On FreeBSD:
```
sudo clixon_restconf -f /usr/local/etc/example.xml
sudo clixon_restconf -f /usr/local/etc/clixon/example.xml
```
Make restconf calls with curl (or other http client). Example of writing a new interface specification:

View file

@ -62,7 +62,7 @@ cd src/clixon
git pull origin master
if [ $release = "freebsd" -o $release = "dragonfly" ]; then
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure --with-restconf=${with_restconf}
else
# Problems with su not having "sbin" in path on centos when when we run tests later
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure --sbindir=/usr/sbin --libdir=/usr/lib --with-restconf=${with_restconf}