diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2014-03-08 10:09:33 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2014-03-08 10:09:33 +0200 |
commit | f03019fb6f1f7271679637714e0e1aee2badb9fc (patch) | |
tree | 4600b4ebd3571bb8678ff7b6d3d8e850ed3a274f /src | |
parent | b6fbb1182e30031c9bd4b5b0d11bf2046087e0f6 (diff) | |
download | msec-f03019fb6f1f7271679637714e0e1aee2badb9fc.tar msec-f03019fb6f1f7271679637714e0e1aee2badb9fc.tar.gz msec-f03019fb6f1f7271679637714e0e1aee2badb9fc.tar.bz2 msec-f03019fb6f1f7271679637714e0e1aee2badb9fc.tar.xz msec-f03019fb6f1f7271679637714e0e1aee2badb9fc.zip |
Replace 'Mandriva' with 'Mageia' in the name of the tool
Diffstat (limited to 'src')
-rwxr-xr-x | src/msec/msec.py | 2 | ||||
-rwxr-xr-x | src/msec/msecperms.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/msec/msec.py b/src/msec/msec.py index 472d1ac..c8a81a5 100755 --- a/src/msec/msec.py +++ b/src/msec/msec.py @@ -35,7 +35,7 @@ except IOError: # {{{ usage def usage(): """Prints help message""" - print """Msec: Mandriva Security Center (%s). + print """Msec: Mageia Security Center (%s). When run without parameters, msec will read the configuration from /etc/security/msec/msec.conf, and enforce the specified security settings. diff --git a/src/msec/msecperms.py b/src/msec/msecperms.py index dcd86b2..3aa50cc 100755 --- a/src/msec/msecperms.py +++ b/src/msec/msecperms.py @@ -37,7 +37,7 @@ from libmsec import Log, PERMS # {{{ usage def usage(): """Prints help message""" - print """Msec: Mandriva Security Center (%s). + print """Msec: Mageia Security Center (%s). This applications verifies and (when required) enforces permissions of certain files and directories. |