removed logrotate config file since not used anymore, updated configure.ac formatting, added Ubuntu 18.04 dependencies to docs
This commit is contained in:
parent
36f80e1a48
commit
91ee45bbb9
3 changed files with 10 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
||||||
/var/log/core-daemon.log {
|
|
||||||
rotate 7
|
|
||||||
daily
|
|
||||||
missingok
|
|
||||||
notifempty
|
|
||||||
compress
|
|
||||||
sharedscripts
|
|
||||||
postrotate
|
|
||||||
if [ -r /var/run/core-daemon.pid ]; then
|
|
||||||
kill -USR1 $(cat /var/run/core-daemon.pid) > /dev/null 2>&1
|
|
||||||
fi
|
|
||||||
endscript
|
|
||||||
}
|
|
|
@ -170,6 +170,12 @@ This option is listed here for developers and advanced users who are comfortable
|
||||||
|
|
||||||
To build CORE from source on Ubuntu, first install these development packages. These packages are not required for normal binary package installs.
|
To build CORE from source on Ubuntu, first install these development packages. These packages are not required for normal binary package installs.
|
||||||
|
|
||||||
|
#### Ubuntu 18.04 pre-reqs
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt install automake pkg-config gcc libev-dev bridge-utils ebtables python-dev python-sphinx python-setuptools python-lxml python-enum34 tk libtk-img
|
||||||
|
```
|
||||||
|
|
||||||
#### Ubuntu 16.04 Requirements
|
#### Ubuntu 16.04 Requirements
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue