From 278b8c6cf7f7f9aa80abc0b6608845928f65729e Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 18 Dec 2007 23:19:12 +0100 Subject: [PATCH] Adaptation au nouveau format. darcs-hash:20071218221912-af139-0166944d74ea0b24cbeb5f992be20adc50536e55.gz --- Probes/arch | 0 Python/etc/apt/{sources.list/gen.py => sources.list} | 0 Python/etc/postfix/{ldap-aliases.cf/gen.py => ldap-aliases.cf} | 0 Python/etc/postfix/ldap-aliases.cf/info.xml | 3 --- .../postfix/{ldap-canonical.cf/gen.py => ldap-canonical.cf} | 0 Python/etc/postfix/ldap-canonical.cf/info.xml | 3 --- Python/etc/postfix/{ldap-sqlgrey.cf/gen.py => ldap-sqlgrey.cf} | 0 Python/etc/postfix/ldap-sqlgrey.cf/info.xml | 3 --- Python/etc/postfix/{main.cf/gen.py => main.cf} | 0 Python/etc/postfix/{transport/gen.py => transport} | 0 etc/python/secrets.py | 2 ++ 11 files changed, 2 insertions(+), 9 deletions(-) mode change 100755 => 100644 Probes/arch rename Python/etc/apt/{sources.list/gen.py => sources.list} (100%) rename Python/etc/postfix/{ldap-aliases.cf/gen.py => ldap-aliases.cf} (100%) delete mode 100644 Python/etc/postfix/ldap-aliases.cf/info.xml rename Python/etc/postfix/{ldap-canonical.cf/gen.py => ldap-canonical.cf} (100%) delete mode 100644 Python/etc/postfix/ldap-canonical.cf/info.xml rename Python/etc/postfix/{ldap-sqlgrey.cf/gen.py => ldap-sqlgrey.cf} (100%) delete mode 100644 Python/etc/postfix/ldap-sqlgrey.cf/info.xml rename Python/etc/postfix/{main.cf/gen.py => main.cf} (100%) rename Python/etc/postfix/{transport/gen.py => transport} (100%) diff --git a/Probes/arch b/Probes/arch old mode 100755 new mode 100644 diff --git a/Python/etc/apt/sources.list/gen.py b/Python/etc/apt/sources.list similarity index 100% rename from Python/etc/apt/sources.list/gen.py rename to Python/etc/apt/sources.list diff --git a/Python/etc/postfix/ldap-aliases.cf/gen.py b/Python/etc/postfix/ldap-aliases.cf similarity index 100% rename from Python/etc/postfix/ldap-aliases.cf/gen.py rename to Python/etc/postfix/ldap-aliases.cf diff --git a/Python/etc/postfix/ldap-aliases.cf/info.xml b/Python/etc/postfix/ldap-aliases.cf/info.xml deleted file mode 100644 index 0c1af3e..0000000 --- a/Python/etc/postfix/ldap-aliases.cf/info.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/Python/etc/postfix/ldap-canonical.cf/gen.py b/Python/etc/postfix/ldap-canonical.cf similarity index 100% rename from Python/etc/postfix/ldap-canonical.cf/gen.py rename to Python/etc/postfix/ldap-canonical.cf diff --git a/Python/etc/postfix/ldap-canonical.cf/info.xml b/Python/etc/postfix/ldap-canonical.cf/info.xml deleted file mode 100644 index 0c1af3e..0000000 --- a/Python/etc/postfix/ldap-canonical.cf/info.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/Python/etc/postfix/ldap-sqlgrey.cf/gen.py b/Python/etc/postfix/ldap-sqlgrey.cf similarity index 100% rename from Python/etc/postfix/ldap-sqlgrey.cf/gen.py rename to Python/etc/postfix/ldap-sqlgrey.cf diff --git a/Python/etc/postfix/ldap-sqlgrey.cf/info.xml b/Python/etc/postfix/ldap-sqlgrey.cf/info.xml deleted file mode 100644 index 0c1af3e..0000000 --- a/Python/etc/postfix/ldap-sqlgrey.cf/info.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/Python/etc/postfix/main.cf/gen.py b/Python/etc/postfix/main.cf similarity index 100% rename from Python/etc/postfix/main.cf/gen.py rename to Python/etc/postfix/main.cf diff --git a/Python/etc/postfix/transport/gen.py b/Python/etc/postfix/transport similarity index 100% rename from Python/etc/postfix/transport/gen.py rename to Python/etc/postfix/transport diff --git a/etc/python/secrets.py b/etc/python/secrets.py index 996e73e..0732fdd 100644 --- a/etc/python/secrets.py +++ b/etc/python/secrets.py @@ -5,3 +5,5 @@ import sys sys.path.append("/etc/crans/secrets") import secrets + +info['perms'] &= ~0077