aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-07 22:05:24 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-07 22:05:24 +0000
commit6fa519032c0839853a8e4bcb6238f04bca6cb986 (patch)
tree3f8c3b79973d46941552f4c560d93eb487b1c910
parent3fe3b3eeb76292c002b7f9880542a6324f5c9231 (diff)
downloadmsec-6fa519032c0839853a8e4bcb6238f04bca6cb986.tar
msec-6fa519032c0839853a8e4bcb6238f04bca6cb986.tar.gz
msec-6fa519032c0839853a8e4bcb6238f04bca6cb986.tar.bz2
msec-6fa519032c0839853a8e4bcb6238f04bca6cb986.tar.xz
msec-6fa519032c0839853a8e4bcb6238f04bca6cb986.zip
Typo fixed.
-rwxr-xr-xsrc/msec/libmsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py
index 6689247..118e17a 100755
--- a/src/msec/libmsec.py
+++ b/src/msec/libmsec.py
@@ -755,7 +755,7 @@ class MSEC:
pass
def create_server_link(self, param):
- ''' Creates the symlink /etc/security/msec/server to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/server is used by chkconfig --add to decide to add a service if it is present in the file during the installation of packages.'''
+ ''' Creates the symlink /etc/security/msec/server to point to /etc/security/msec/server.SERVER_LEVEL. The /etc/security/msec/server is used by chkconfig --add to decide to add a service if it is present in the file during the installation of packages.'''
__params__ = ["no", "default", "secure"]
server = self.configfiles.get_config_file(SERVER)