[tor-commits] [nyx/master] nyxrc.sample: comment out options without defaults

atagar at torproject.org atagar at torproject.org
Fri Nov 19 01:18:18 UTC 2021


commit 1cf449ce319757e0e7fa883c9ee725ca9c959a77
Author: Alexander Batischev <eual.jp at gmail.com>
Date:   Tue Nov 9 14:40:00 2021 +0300

    nyxrc.sample: comment out options without defaults
    
    This is a cosmetic change that prevents Nyx from complaining about
    missing directories.
---
 web/nyxrc.sample | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/nyxrc.sample b/web/nyxrc.sample
index f69d165..422c220 100644
--- a/web/nyxrc.sample
+++ b/web/nyxrc.sample
@@ -1,5 +1,5 @@
 # Nyx can be customized through a configuration file with the following
-# options. Values shown below are the default unless marked with a asterisk.
+# options.
 #
 # Place your configuration at ~/.nyx/config or run with the following to
 # apply the settings...
@@ -8,7 +8,7 @@
 
 data_directory ~/.nyx   # Caching location, can be set to 'disabled'.
 password none           # Control port password of tor.
-tor_chroot /path        # Chroot jail tor resides within if there is one. (*)
+#tor_chroot /path       # Chroot jail tor resides within if there is one.
 show_bits false         # Bandwidth rate as bits if true, bytes otherwise.
 confirm_quit true       # Confirm before quitting.
 color_interface true    # Uses color in our interface.
@@ -25,8 +25,8 @@ logged_events NOTICE, WARN, ERR, NYX_NOTICE, NYX_WARNING, NYX_ERROR
                         # Events that are shown by default in the log.
 deduplicate_log true    # Hides duplicate log messages.
 prepopulate_log true    # Populates with events that occure before we started.
-logging_filter pattern  # Regex filter for log messages that are shown. (*)
-write_logs_to /path     # Writes events that occure while running here. (*)
+#logging_filter pattern # Regex filter for log messages that are shown.
+#write_logs_to /path    # Writes events that occure while running here.
 max_log_size 1000       # Maximum number of log entries.
 
 graph_stat bandwidth        # Statistic to be graphed. [2]



More information about the tor-commits mailing list