diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-02-27 11:08:59 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-02-27 11:08:59 +0000 |
commit | 82c5ac8e626cd823e2faa43a149359dae5ff23b7 (patch) | |
tree | 5392b8742adb2dd29d3d908c6178bf5ea3b1863e | |
parent | 4a510fc66ee945e231fa3862bb0960456c161943 (diff) | |
download | msec-82c5ac8e626cd823e2faa43a149359dae5ff23b7.tar msec-82c5ac8e626cd823e2faa43a149359dae5ff23b7.tar.gz msec-82c5ac8e626cd823e2faa43a149359dae5ff23b7.tar.bz2 msec-82c5ac8e626cd823e2faa43a149359dae5ff23b7.tar.xz msec-82c5ac8e626cd823e2faa43a149359dae5ff23b7.zip |
mailman log dir fix (Guillaume Rousse)
-rw-r--r-- | conf/perm.0 | 1 | ||||
-rw-r--r-- | conf/perm.1 | 1 | ||||
-rw-r--r-- | conf/perm.2 | 1 | ||||
-rw-r--r-- | conf/perm.3 | 1 | ||||
-rw-r--r-- | conf/perm.4 | 1 | ||||
-rw-r--r-- | conf/perm.5 | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index caf9c84..4fa2273 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -81,5 +81,6 @@ /var/log/*/* current 644 /var/log/*/*/* current 644 /var/log/*/. current 755 +/var/log/mailman/ root.mail 2775 /var/spool/mail/ root.mail 2775 /var/tmp root.root 777 diff --git a/conf/perm.1 b/conf/perm.1 index 241465f..9e7702b 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -82,5 +82,6 @@ /var/log/*/* current 644 /var/log/*/*/* current 644 /var/log/*/. current 755 +/var/log/mailman/ root.mail 2775 /var/spool/mail/ root.mail 2775 /var/tmp root.root 1777 diff --git a/conf/perm.2 b/conf/perm.2 index c2f376d..df1d51f 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -82,5 +82,6 @@ /var/log/*/* current 640 /var/log/*/*/* current 640 /var/log/*/. current 755 +/var/log/mailman/ root.mail 2775 /var/spool/mail/ root.mail 2775 /var/tmp root.root 1777 diff --git a/conf/perm.3 b/conf/perm.3 index 4f046f3..5b0184d 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -82,5 +82,6 @@ /var/log/*/* current 640 /var/log/*/*/* current 640 /var/log/*/. current 755 +/var/log/mailman/ root.mail 2775 /var/spool/mail/ root.mail 2775 /var/tmp root.root 1777 diff --git a/conf/perm.4 b/conf/perm.4 index a88bab1..4c39077 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -83,5 +83,6 @@ /var/log/*/*/* current 600 /var/log/*/. current 700 /var/log/intraline/. current 750 +/var/log/mailman/ root.mail 2770 /var/spool/mail/ root.mail 771 /var/tmp root.adm 1773 diff --git a/conf/perm.5 b/conf/perm.5 index 319bb1c..7c133eb 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -83,5 +83,6 @@ /var/log/*/*/* current 600 /var/log/*/. current 700 /var/log/intraline/. current 750 +/var/log/mailman/ root.mail 2770 /var/spool/mail/ root.mail 771 /var/tmp root.root 1733 |