aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-07 01:57:34 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-07 01:57:34 +0000
commitaa7b1be49a6afa1b6926eeab225483b94bacee83 (patch)
tree289bc4989c1669458e1ed078f25bfd9c2f87bb25
parent06bec144357b52976bec3203aacfb998517e1b0f (diff)
downloadmsec-aa7b1be49a6afa1b6926eeab225483b94bacee83.tar
msec-aa7b1be49a6afa1b6926eeab225483b94bacee83.tar.gz
msec-aa7b1be49a6afa1b6926eeab225483b94bacee83.tar.bz2
msec-aa7b1be49a6afa1b6926eeab225483b94bacee83.tar.xz
msec-aa7b1be49a6afa1b6926eeab225483b94bacee83.zip
Updated terminal log option.
-rw-r--r--man/C/msec.82
-rwxr-xr-xsrc/msec/libmsec.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/C/msec.8 b/man/C/msec.8
index 8a0c098..2c7a201 100644
--- a/man/C/msec.8
+++ b/man/C/msec.8
@@ -396,7 +396,7 @@ Accepted values: \fIyes, no\fP
.TP 4
.B \fIenable_console_log\fP
-Enable/Disable syslog reports to console 12. \fIexpr\fP is the expression describing what to log (see syslog.conf(5) for more details) and dev the device to report the log.
+Enable/Disable syslog reports to console terminal 12.
MSEC parameter: \fIENABLE_CONSOLE_LOG\fP
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py
index b3dc283..8abb78c 100755
--- a/src/msec/libmsec.py
+++ b/src/msec/libmsec.py
@@ -1170,7 +1170,7 @@ class MSEC:
menulst.exists() and menulst.remove_line_matching('^password\s')
def enable_console_log(self, arg, expr='*.*', dev='tty12'):
- ''' Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the expression describing what to log (see syslog.conf(5) for more details) and dev the device to report the log.'''
+ ''' Enable/Disable syslog reports to console terminal 12.'''
syslogconf = self.configfiles.get_config_file(SYSLOGCONF)