mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Replace busybox-syslog by syslog-ng
This commit is contained in:
parent
bb40e6224f
commit
e492a2bbbe
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -37,7 +37,8 @@ OMR_ALL_PACKAGES=${OMR_ALL_PACKAGES:-no}
|
||||||
OMR_TARGET=${OMR_TARGET:-x86_64}
|
OMR_TARGET=${OMR_TARGET:-x86_64}
|
||||||
OMR_TARGET_CONFIG="config-$OMR_TARGET"
|
OMR_TARGET_CONFIG="config-$OMR_TARGET"
|
||||||
UPSTREAM=${UPSTREAM:-no}
|
UPSTREAM=${UPSTREAM:-no}
|
||||||
SYSLOG=${SYSLOG:-busybox-syslogd}
|
#SYSLOG=${SYSLOG:-busybox-syslogd}
|
||||||
|
SYSLOG=${SYSLOG:-syslog-ng}
|
||||||
OMR_KERNEL=${OMR_KERNEL:-5.4}
|
OMR_KERNEL=${OMR_KERNEL:-5.4}
|
||||||
SHORTCUT_FE=${SHORTCUT_FE:-no}
|
SHORTCUT_FE=${SHORTCUT_FE:-no}
|
||||||
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}
|
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue