aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2012-09-20 10:00:59 +0100
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2012-09-20 10:00:59 +0100
commit1c507f68d908fe8f3ab1219bf1a5e99ca964172b (patch)
treeddd9eeeef380429c1dcdc1840995f7f66eb17726 /src
parent4e874a09d8bbabe7591300573f0d9315e89c7c54 (diff)
downloadmsec-1c507f68d908fe8f3ab1219bf1a5e99ca964172b.tar
msec-1c507f68d908fe8f3ab1219bf1a5e99ca964172b.tar.gz
msec-1c507f68d908fe8f3ab1219bf1a5e99ca964172b.tar.bz2
msec-1c507f68d908fe8f3ab1219bf1a5e99ca964172b.tar.xz
msec-1c507f68d908fe8f3ab1219bf1a5e99ca964172b.zip
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r5960 | dmorgan | 2012-09-20 10:00:59 +0100 (Thu, 20 Sep 2012) | 1 line Import msec ------------------------------------------------------------------------
Diffstat (limited to 'src')
-rwxr-xr-xsrc/msec/compile.py2
-rwxr-xr-x[-rw-r--r--]src/msec/config.py0
-rwxr-xr-xsrc/msec/msecgui.py4
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/audit.py0
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/log.py0
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/msec.py0
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/network.py0
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/pam.py0
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/sectool.py0
-rwxr-xr-x[-rw-r--r--]src/msec/plugins/sudo.py0
-rwxr-xr-x[-rw-r--r--]src/msec/tools.py2
-rwxr-xr-x[-rw-r--r--]src/msec/version.py0
12 files changed, 4 insertions, 4 deletions
diff --git a/src/msec/compile.py b/src/msec/compile.py
index c42a0c2..f3bec02 100755
--- a/src/msec/compile.py
+++ b/src/msec/compile.py
@@ -4,7 +4,7 @@
# Package : rpmlint
# Author : Frederic Lepied
# Created on : Sat Oct 23 23:40:21 1999
-# Version : $Id$
+# Version : $Id: compile.py 250876 2009-01-06 21:31:46Z eugeni $
# Purpose : byte compile all python files given in arguments.
#############################################################################
diff --git a/src/msec/config.py b/src/msec/config.py
index a136439..a136439 100644..100755
--- a/src/msec/config.py
+++ b/src/msec/config.py
diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py
index 8693c08..63eec41 100755
--- a/src/msec/msecgui.py
+++ b/src/msec/msecgui.py
@@ -605,8 +605,8 @@ class MsecGui:
row += 1
# updates
- create_security_item(table, row, _("Updates"), "/usr/share/mcc/themes/default/mdkonline-mdk.png")
- updates = tools.get_updates_status(log)
+ create_security_item(table, row, _("Updates"), "/usr/share/mcc/themes/default/MageiaUpdate.png")
+ updates = tools.get_updates_status(log)
label = gtk.Label(updates)
label.set_property("xalign", 0.0)
label.set_property("yalign", 0.5)
diff --git a/src/msec/plugins/audit.py b/src/msec/plugins/audit.py
index 7741cdf..7741cdf 100644..100755
--- a/src/msec/plugins/audit.py
+++ b/src/msec/plugins/audit.py
diff --git a/src/msec/plugins/log.py b/src/msec/plugins/log.py
index 2749263..2749263 100644..100755
--- a/src/msec/plugins/log.py
+++ b/src/msec/plugins/log.py
diff --git a/src/msec/plugins/msec.py b/src/msec/plugins/msec.py
index 453a233..453a233 100644..100755
--- a/src/msec/plugins/msec.py
+++ b/src/msec/plugins/msec.py
diff --git a/src/msec/plugins/network.py b/src/msec/plugins/network.py
index d9b62f9..d9b62f9 100644..100755
--- a/src/msec/plugins/network.py
+++ b/src/msec/plugins/network.py
diff --git a/src/msec/plugins/pam.py b/src/msec/plugins/pam.py
index a9f2bf4..a9f2bf4 100644..100755
--- a/src/msec/plugins/pam.py
+++ b/src/msec/plugins/pam.py
diff --git a/src/msec/plugins/sectool.py b/src/msec/plugins/sectool.py
index f5c6637..f5c6637 100644..100755
--- a/src/msec/plugins/sectool.py
+++ b/src/msec/plugins/sectool.py
diff --git a/src/msec/plugins/sudo.py b/src/msec/plugins/sudo.py
index f90cf5b..f90cf5b 100644..100755
--- a/src/msec/plugins/sudo.py
+++ b/src/msec/plugins/sudo.py
diff --git a/src/msec/tools.py b/src/msec/tools.py
index b628d96..69b60ba 100644..100755
--- a/src/msec/tools.py
+++ b/src/msec/tools.py
@@ -18,7 +18,7 @@ except IOError:
# constants
FIREWALL_CMD = "drakfirewall &"
-UPDATE_CMD = "MandrivaUpdate &"
+UPDATE_CMD = "MageiaUpdate &"
def find_firewall_info(log):
"""Finds information about firewall"""
diff --git a/src/msec/version.py b/src/msec/version.py
index 346d22a..346d22a 100644..100755
--- a/src/msec/version.py
+++ b/src/msec/version.py