freebsd test script modifications

This commit is contained in:
Olof Hagsand 2019-10-13 07:04:05 -10:00 committed by Olof Hagsand
parent 0895ac7b0d
commit 734f65e25a
26 changed files with 41 additions and 34 deletions

View file

@ -78,3 +78,9 @@ You may add your site-specific modifications in a `site.sh` file. Example:
IETFRFC=$YANGMODELS/standard/ietf/RFC
```
## FreeBSD
To run on freebsd:
```
wwwuser=www clixon_restconf=/usr/local/sbin/clixon_restconf ./all.sh
```