aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2004-07-29 23:28:46 +0000
committerFrederic Lepied <flepied@mandriva.com>2004-07-29 23:28:46 +0000
commit56f682cc9d2eefa1b24f57c0fadc75ebc163fe30 (patch)
tree157646e411652757e23a814fdc4c2fe2436695f4 /share
parent8501c243bd4c86d9f92b680f94922badf1d08d84 (diff)
downloadmsec-56f682cc9d2eefa1b24f57c0fadc75ebc163fe30.tar
msec-56f682cc9d2eefa1b24f57c0fadc75ebc163fe30.tar.gz
msec-56f682cc9d2eefa1b24f57c0fadc75ebc163fe30.tar.bz2
msec-56f682cc9d2eefa1b24f57c0fadc75ebc163fe30.tar.xz
msec-56f682cc9d2eefa1b24f57c0fadc75ebc163fe30.zip
Mandrakelinux
Diffstat (limited to 'share')
-rw-r--r--share/ConfigFile.py2
-rw-r--r--share/Log.py4
-rw-r--r--share/Makefile2
-rwxr-xr-xshare/Perms.py2
-rwxr-xr-xshare/draksec_help.py2
-rw-r--r--share/libmsec.py2
-rwxr-xr-xshare/man.py4
-rwxr-xr-xshare/msec2
-rwxr-xr-xshare/msec.py2
-rwxr-xr-xshare/shadow.py2
10 files changed, 12 insertions, 12 deletions
diff --git a/share/ConfigFile.py b/share/ConfigFile.py
index 1ad0cee..d50e78f 100644
--- a/share/ConfigFile.py
+++ b/share/ConfigFile.py
@@ -1,5 +1,5 @@
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : msec
# File : ConfigFile.py
# Version : $Id$
diff --git a/share/Log.py b/share/Log.py
index 41a9691..11e021f 100644
--- a/share/Log.py
+++ b/share/Log.py
@@ -1,12 +1,12 @@
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : msec2
# File : Log.py
# Version : $Id$
# Author : Frederic Lepied
# Created On : Wed Dec 5 23:50:29 2001
# Purpose : write log through syslog conforming to
-# the Mandrake Linux guideline for the explanations
+# the Mandrakelinux guideline for the explanations
# in tools. Errors are reported to stderr.
#---------------------------------------------------------------
diff --git a/share/Makefile b/share/Makefile
index 10bbb12..c9d5bed 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -1,5 +1,5 @@
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : share
# File : Makefile
# Version : $Id$
diff --git a/share/Perms.py b/share/Perms.py
index c8c4e57..0d594e1 100755
--- a/share/Perms.py
+++ b/share/Perms.py
@@ -1,6 +1,6 @@
#!/usr/bin/python -O
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : msec
# File : Perms.py
# Version : $Id$
diff --git a/share/draksec_help.py b/share/draksec_help.py
index e8af0fa..cfd86d1 100755
--- a/share/draksec_help.py
+++ b/share/draksec_help.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : share
# File : draksec_help.py
# Version : $Id$
diff --git a/share/libmsec.py b/share/libmsec.py
index 5edd04c..efea84b 100644
--- a/share/libmsec.py
+++ b/share/libmsec.py
@@ -1,5 +1,5 @@
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : msec
# File : libmsec.py
# Version : $Id$
diff --git a/share/man.py b/share/man.py
index 6e7c4e3..358ff86 100755
--- a/share/man.py
+++ b/share/man.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : share
# File : man.py
# Version : $Id$
@@ -15,7 +15,7 @@ import imp
import inspect
header = '''.ds q \N'34'
-.TH mseclib 3 V0 msec "Mandrake Linux"
+.TH mseclib 3 V0 msec "Mandrakelinux"
.SH NAME
mseclib
.SH SYNOPSIS
diff --git a/share/msec b/share/msec
index 19b8160..7e2c632 100755
--- a/share/msec
+++ b/share/msec
@@ -1,6 +1,6 @@
#!/bin/sh
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : share
# File : msec
# Version : $Id$
diff --git a/share/msec.py b/share/msec.py
index 7fdfee7..768ce0a 100755
--- a/share/msec.py
+++ b/share/msec.py
@@ -1,6 +1,6 @@
#!/usr/bin/python -O
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : msec/share
# File : msec.py
# Version : $Id$
diff --git a/share/shadow.py b/share/shadow.py
index 9f446fd..03ca6d9 100755
--- a/share/shadow.py
+++ b/share/shadow.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#---------------------------------------------------------------
-# Project : Mandrake Linux
+# Project : Mandrakelinux
# Module : msec/share
# File : shadow.py
# Version : $Id$