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
|
@ -226,8 +226,8 @@ ${PACKAGE_STRING} Configuration:
|
||||||
Build:
|
Build:
|
||||||
Host System Type: ${host}
|
Host System Type: ${host}
|
||||||
C Compiler and flags: ${CC} ${CFLAGS}
|
C Compiler and flags: ${CC} ${CFLAGS}
|
||||||
Prefix: ${prefix}
|
Prefix: ${prefix}
|
||||||
Exec Prefix: ${exec_prefix}
|
Exec Prefix: ${exec_prefix}
|
||||||
|
|
||||||
GUI:
|
GUI:
|
||||||
GUI path: ${CORE_LIB_DIR}
|
GUI path: ${CORE_LIB_DIR}
|
||||||
|
@ -239,11 +239,11 @@ Daemon:
|
||||||
Python modules: ${pythondir}
|
Python modules: ${pythondir}
|
||||||
Logs: ${CORE_STATE_DIR}/log
|
Logs: ${CORE_STATE_DIR}/log
|
||||||
|
|
||||||
Startup: ${with_startup}
|
Startup: ${with_startup}
|
||||||
|
|
||||||
Features to build:
|
Features to build:
|
||||||
Build GUI: ${enable_gui}
|
Build GUI: ${enable_gui}
|
||||||
Build Daemon: ${enable_daemon}
|
Build Daemon: ${enable_daemon}
|
||||||
Documentation: ${want_docs}
|
Documentation: ${want_docs}
|
||||||
|
|
||||||
------------------------------------------------------------------------"
|
------------------------------------------------------------------------"
|
||||||
|
|
|
@ -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