diff options
author | Florin Grad <florin@mandriva.com> | 2001-09-26 10:03:36 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-09-26 10:03:36 +0000 |
commit | 454daee30b71b95d9fe9b05245c77af2180ad542 (patch) | |
tree | 76b7a1e2473e96dce3684d08a2387c21875dc73b | |
parent | 0854829ba64a385f96f716677ff3316ac0cd5161 (diff) | |
download | msec-454daee30b71b95d9fe9b05245c77af2180ad542.tar msec-454daee30b71b95d9fe9b05245c77af2180ad542.tar.gz msec-454daee30b71b95d9fe9b05245c77af2180ad542.tar.bz2 msec-454daee30b71b95d9fe9b05245c77af2180ad542.tar.xz msec-454daee30b71b95d9fe9b05245c77af2180ad542.zip |
use profile.d/ files instead of profile
-rw-r--r-- | conf/perm.0 | 2 | ||||
-rw-r--r-- | conf/perm.1 | 2 | ||||
-rw-r--r-- | conf/perm.2 | 2 | ||||
-rw-r--r-- | conf/perm.3 | 2 | ||||
-rw-r--r-- | conf/perm.4 | 2 | ||||
-rw-r--r-- | conf/perm.5 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index 96eabe4..9a40f70 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -33,7 +33,7 @@ /etc/modules.conf root.root 644 /etc/motd root.root 644 /etc/printcap root.root 644 -/etc/profile root.root 644 +/etc/profile.d/* root.root 755 /etc/rc.d/ root.root 755 /etc/securetty root.root 644 /etc/sendmail.cf root.root 644 diff --git a/conf/perm.1 b/conf/perm.1 index 9e4e9b2..3438ff0 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -33,7 +33,7 @@ /etc/modules.conf root.root 644 /etc/motd root.root 644 /etc/printcap root.root 644 -/etc/profile root.root 644 +/etc/profile.d/* root.root 755 /etc/rc.d/ root.root 755 /etc/securetty root.root 644 /etc/sendmail.cf root.root 644 diff --git a/conf/perm.2 b/conf/perm.2 index 77e861a..0559c64 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -33,7 +33,7 @@ /etc/modules.conf root.root 644 /etc/motd root.root 644 /etc/printcap root.root 644 -/etc/profile root.root 644 +/etc/profile.d/* root.root 755 /etc/rc.d/ root.root 755 /etc/securetty root.root 644 /etc/sendmail.cf root.root 644 diff --git a/conf/perm.3 b/conf/perm.3 index 3b707f8..740bb70 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -33,7 +33,7 @@ /etc/modules.conf root.root 644 /etc/motd root.root 644 /etc/printcap root.root 644 -/etc/profile root.root 644 +/etc/profile.d/* root.root 755 /etc/rc.d/ root.root 755 /etc/securetty root.root 644 /etc/sendmail.cf root.root 644 diff --git a/conf/perm.4 b/conf/perm.4 index 216e819..da61a42 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -33,7 +33,7 @@ /etc/modules.conf root.adm 640 /etc/motd root.adm 644 /etc/printcap root.lp 640 -/etc/profile root.root 644 +/etc/profile.d/* root.root 755 /etc/rc.d/ root.adm 640 /etc/securetty root.root 640 /etc/sendmail.cf root.adm 640 diff --git a/conf/perm.5 b/conf/perm.5 index 57feac1..4addd59 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -33,7 +33,7 @@ /etc/modules.conf root.root 600 /etc/motd root.root 644 /etc/printcap root.lp 640 -/etc/profile root.root 644 +/etc/profile.d/* root.root 755 /etc/rc.d/ root.root 600 /etc/securetty root.root 600 /etc/sendmail.cf root.root 600 |