diff options
-rw-r--r-- | man/C/msec.8 | 4 | ||||
-rwxr-xr-x | src/msec/msecgui.py | 2 | ||||
-rw-r--r-- | src/msec/version.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man/C/msec.8 b/man/C/msec.8 index ede9b74..ba9f294 100644 --- a/man/C/msec.8 +++ b/man/C/msec.8 @@ -1,5 +1,5 @@ .ds q \N'34' -.TH msec 0.60.1 msec "Mandriva Linux" +.TH msec 0.60.2 msec "Mandriva Linux" .SH NAME msec \- Mandriva Linux security tools .SH SYNOPSIS @@ -243,7 +243,7 @@ Accepted values: \fIyes, no\fP .TP 4 .B \fIcreate_server_link\fP -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. MSEC parameter: \fICREATE_SERVER_LINK\fP diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index da4f958..d6d358c 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -470,7 +470,7 @@ class MsecGui: vbox.pack_start(entry, False, False) # Are we enforcing a new security level - entry = gtk.CheckButton(_("Enforce a new security level")) + entry = gtk.CheckButton(_("Enforce a new security level, overwriting all local changes")) # security levels frame = gtk.Frame() diff --git a/src/msec/version.py b/src/msec/version.py index 3e3074d..2b1de2c 100644 --- a/src/msec/version.py +++ b/src/msec/version.py @@ -1 +1 @@ -version='0.60.1' +version='0.60.2' |