diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-20 08:06:54 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-20 08:06:54 +0000 |
commit | b4199681a12ab73278e835ad155eeb07f8c321ba (patch) | |
tree | a649730cf0d0eb687ba3187c3786968b1bb9529b | |
parent | 806886a2991b69eca580f294f5387440dbaafef5 (diff) | |
download | msec-b4199681a12ab73278e835ad155eeb07f8c321ba.tar msec-b4199681a12ab73278e835ad155eeb07f8c321ba.tar.gz msec-b4199681a12ab73278e835ad155eeb07f8c321ba.tar.bz2 msec-b4199681a12ab73278e835ad155eeb07f8c321ba.tar.xz msec-b4199681a12ab73278e835ad155eeb07f8c321ba.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | init-sh/perm.0 | 5 | ||||
-rw-r--r-- | init-sh/perm.1 | 3 | ||||
-rw-r--r-- | init-sh/perm.2 | 2 | ||||
-rw-r--r-- | init-sh/perm.3 | 3 | ||||
-rw-r--r-- | init-sh/perm.4 | 2 | ||||
-rw-r--r-- | init-sh/perm.5 | 3 |
7 files changed, 10 insertions, 13 deletions
@@ -1,5 +1,8 @@ 1999-12-20 Yoann Vandoorselaere <yoann@mandrakesoft.com> - *init-sh/perm.[15]: /var/spool/mail is 755 + * init-sh/perm.[05]: Oops, /var/spool/mail is 771 not 755. + +1999-12-20 Yoann Vandoorselaere <yoann@mandrakesoft.com> + * init-sh/perm.[15]: /var/spool/mail is 755 1999-12-19 Pixel <pixel@mandrakesoft.com> * init-sh/lib.sh: removed the failsafe for not a tty stdin (not diff --git a/init-sh/perm.0 b/init-sh/perm.0 index ab26d43..735d617 100644 --- a/init-sh/perm.0 +++ b/init-sh/perm.0 @@ -59,7 +59,4 @@ /var/log/* root.adm 644 /var/log/security/ root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 775 - - - +/var/spool/mail root.mail 771
\ No newline at end of file diff --git a/init-sh/perm.1 b/init-sh/perm.1 index 732a5be..9b57b91 100644 --- a/init-sh/perm.1 +++ b/init-sh/perm.1 @@ -59,6 +59,5 @@ /var/log/* root.adm 644 /var/log/security/ root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 775 - +/var/spool/mail root.mail 771 diff --git a/init-sh/perm.2 b/init-sh/perm.2 index 479c865..ecc1bd7 100644 --- a/init-sh/perm.2 +++ b/init-sh/perm.2 @@ -59,4 +59,4 @@ /var/log/* root.adm 640 /var/log/security root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 775
\ No newline at end of file +/var/spool/mail root.mail 771
\ No newline at end of file diff --git a/init-sh/perm.3 b/init-sh/perm.3 index c9bcbe0..17bb46b 100644 --- a/init-sh/perm.3 +++ b/init-sh/perm.3 @@ -59,8 +59,7 @@ /var/log/* root.root 600 /var/log/security root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 775 - +/var/spool/mail root.mail 771 diff --git a/init-sh/perm.4 b/init-sh/perm.4 index 8ecdd95..20e4516 100644 --- a/init-sh/perm.4 +++ b/init-sh/perm.4 @@ -60,4 +60,4 @@ /var/log/* root.root 600 /var/log/security root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 775 +/var/spool/mail root.mail 771
\ No newline at end of file diff --git a/init-sh/perm.5 b/init-sh/perm.5 index 1415e98..5f8c1d9 100644 --- a/init-sh/perm.5 +++ b/init-sh/perm.5 @@ -61,5 +61,4 @@ /var/log/* root.root 600 /var/log/security root.root 700 /var/log/security/* root.root 600 -/var/spool/mail root.mail 775 - +/var/spool/mail root.mail 771 |