aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-03 08:14:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-03 08:14:43 +0000
commit4448b725b2c4ce2a47f704847f3e7be53a9ea3a2 (patch)
tree7ca5e8062266463d0c7b37cadc53364ae664c631
parentaafdbbc7381faf6bf192932190b78a1e49ef0fe8 (diff)
downloadmsec-4448b725b2c4ce2a47f704847f3e7be53a9ea3a2.tar
msec-4448b725b2c4ce2a47f704847f3e7be53a9ea3a2.tar.gz
msec-4448b725b2c4ce2a47f704847f3e7be53a9ea3a2.tar.bz2
msec-4448b725b2c4ce2a47f704847f3e7be53a9ea3a2.tar.xz
msec-4448b725b2c4ce2a47f704847f3e7be53a9ea3a2.zip
fix mseclib man page and draksec help (parsers drop first two bytes... :-()
-rw-r--r--share/libmsec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/libmsec.py b/share/libmsec.py
index 7a016f6..4cb4214 100644
--- a/share/libmsec.py
+++ b/share/libmsec.py
@@ -251,7 +251,7 @@ STARTX_REGEXP = '(\s*clientargs=".*) -nolisten tcp(.*")'
XSERVERS_REGEXP = '(\s*[^#]+/usr/X11R6/bin/X .*) -nolisten tcp(.*)'
GDMCONF_REGEXP = '(\s*command=.*/X.*?) -nolisten tcp(.*)$'
def allow_xserver_to_listen(arg):
- ''' The argument specifies if clients are authorized to connect
+ ''' The argument specifies if clients are authorized to connect
to the X server on the tcp port 6000 or not.'''
startx = ConfigFile.get_config_file(STARTX)
@@ -847,7 +847,7 @@ enable_ip_spoofing_protection.one_arg = 1
################################################################################
def enable_dns_spoofing_protection(arg, alert=1):
- ''' Enable/Disable name resolution spoofing protection. If
+ ''' Enable/Disable name resolution spoofing protection. If
\\fIalert\\fP is true, also reports to syslog.'''
hostconf = ConfigFile.get_config_file(HOSTCONF)