diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-08-10 06:33:05 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-08-10 06:33:05 +0000 |
commit | 4e27185aceecea6bb0786fbe4eac9a00da9d58d7 (patch) | |
tree | 7c84c54bd0493210e4f5736eeae1154104ecc0da /share | |
parent | c90915ce7930066d70f5c7d80168eb21436eaf8e (diff) | |
download | msec-4e27185aceecea6bb0786fbe4eac9a00da9d58d7.tar msec-4e27185aceecea6bb0786fbe4eac9a00da9d58d7.tar.gz msec-4e27185aceecea6bb0786fbe4eac9a00da9d58d7.tar.bz2 msec-4e27185aceecea6bb0786fbe4eac9a00da9d58d7.tar.xz msec-4e27185aceecea6bb0786fbe4eac9a00da9d58d7.zip |
Mandriva Linux
Diffstat (limited to 'share')
-rw-r--r-- | share/Config.py | 4 | ||||
-rw-r--r-- | share/ConfigFile.py | 2 | ||||
-rw-r--r-- | share/Log.py | 6 | ||||
-rw-r--r-- | share/Makefile | 2 | ||||
-rwxr-xr-x | share/Perms.py | 2 | ||||
-rw-r--r-- | share/README | 2 | ||||
-rwxr-xr-x | share/draksec_help.py | 2 | ||||
-rwxr-xr-x | share/man.py | 4 | ||||
-rwxr-xr-x | share/msec | 2 | ||||
-rwxr-xr-x | share/shadow.py | 2 |
10 files changed, 14 insertions, 14 deletions
diff --git a/share/Config.py b/share/Config.py index 37a176f..14699b4 100644 --- a/share/Config.py +++ b/share/Config.py @@ -1,6 +1,6 @@ #--------------------------------------------------------------- -# Project : Linux-Mandrake -# Module : msec2 +# Project : Mandriva Linux +# Module : msec # File : Config.py # Version : $Id$ # Author : Frederic Lepied diff --git a/share/ConfigFile.py b/share/ConfigFile.py index 349e52f..4a044f8 100644 --- a/share/ConfigFile.py +++ b/share/ConfigFile.py @@ -1,5 +1,5 @@ #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # Module : msec # File : ConfigFile.py # Version : $Id$ diff --git a/share/Log.py b/share/Log.py index 11e021f..061a5fb 100644 --- a/share/Log.py +++ b/share/Log.py @@ -1,12 +1,12 @@ #--------------------------------------------------------------- -# Project : Mandrakelinux -# Module : msec2 +# Project : Mandriva Llinux +# Module : msec # 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 Mandrakelinux guideline for the explanations +# the Mandriva Linux guideline for the explanations # in tools. Errors are reported to stderr. #--------------------------------------------------------------- diff --git a/share/Makefile b/share/Makefile index 51a6b3a..a7a208d 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,5 +1,5 @@ #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # Module : share # File : Makefile # Version : $Id$ diff --git a/share/Perms.py b/share/Perms.py index a89e821..59dab97 100755 --- a/share/Perms.py +++ b/share/Perms.py @@ -1,6 +1,6 @@ #!/usr/bin/python -O #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # Module : msec # File : Perms.py # Version : $Id$ diff --git a/share/README b/share/README index 02ee036..4bb3846 100644 --- a/share/README +++ b/share/README @@ -4,7 +4,7 @@ Shell scripts in /usr/share/msec. ****************** Suggestions & comments: -flepied@mandrakesoft.com +flepied@mandriva.com ****************** Doc of the rewritting in python: diff --git a/share/draksec_help.py b/share/draksec_help.py index cfd86d1..b57ab86 100755 --- a/share/draksec_help.py +++ b/share/draksec_help.py @@ -1,6 +1,6 @@ #!/usr/bin/python #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # Module : share # File : draksec_help.py # Version : $Id$ diff --git a/share/man.py b/share/man.py index 358ff86..c57f7a4 100755 --- a/share/man.py +++ b/share/man.py @@ -1,6 +1,6 @@ #!/usr/bin/python #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # 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 "Mandrakelinux" +.TH mseclib 3 V0 msec "Mandriva Linux" .SH NAME mseclib .SH SYNOPSIS @@ -1,6 +1,6 @@ #!/bin/sh #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # Module : share # File : msec # Version : $Id$ diff --git a/share/shadow.py b/share/shadow.py index 03ca6d9..8fbc8c6 100755 --- a/share/shadow.py +++ b/share/shadow.py @@ -1,6 +1,6 @@ #!/usr/bin/python #--------------------------------------------------------------- -# Project : Mandrakelinux +# Project : Mandriva Linux # Module : msec/share # File : shadow.py # Version : $Id$ |