From 6fa519032c0839853a8e4bcb6238f04bca6cb986 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 7 Jan 2009 22:05:24 +0000 Subject: Typo fixed. --- src/msec/libmsec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.. 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) -- cgit v1.2.1