mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 13:25:06 -05:00
Convert TRACEON LOG messages to DEBUG_LOG
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -114,7 +114,6 @@ For better control, use the options below.
|
||||
--disable-linuxcaps Disable Linux capabilities support
|
||||
--disable-forcednsretry Don't retry on permanent DNS error
|
||||
--with-sendmail=PATH Path to sendmail binary [/usr/lib/sendmail]
|
||||
--enable-trace Enable tracing
|
||||
--enable-debug Enable debugging support
|
||||
|
||||
Fine tuning of the installation directories:
|
||||
@@ -197,9 +196,6 @@ mail_program="/usr/lib/sendmail"
|
||||
for option
|
||||
do
|
||||
case "$option" in
|
||||
--enable-trace )
|
||||
add_def TRACEON
|
||||
;;
|
||||
--enable-debug )
|
||||
debug=1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user