aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-02-17 10:07:55 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-02-17 10:07:55 +0000
commit12e06afbc1554d8d35378ca5d1c33308d29c4f73 (patch)
tree2e8214190081318065aba1686e8031ae69912e08
parent95e3631119311f1ae93bb20077b75c1846b34444 (diff)
downloadmsec-12e06afbc1554d8d35378ca5d1c33308d29c4f73.tar
msec-12e06afbc1554d8d35378ca5d1c33308d29c4f73.tar.gz
msec-12e06afbc1554d8d35378ca5d1c33308d29c4f73.tar.bz2
msec-12e06afbc1554d8d35378ca5d1c33308d29c4f73.tar.xz
msec-12e06afbc1554d8d35378ca5d1c33308d29c4f73.zip
*** empty log message ***
-rw-r--r--ChangeLog3
-rw-r--r--init-sh/perm.42
-rw-r--r--init-sh/perm.52
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf413e4..22e1f5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2000-02-17 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * /etc/printcap is 644 in mode 4 & 5
+
2000-01-13 Yoann Vandoorselaere <yoann@mandrakesoft.com>
* custom.sh : ( thanks to Thomas Poindessous ) for pointing out that :
* s'/tmp\/msec.XXXXXX/\/tmp\/msec.XXXXXX/'
diff --git a/init-sh/perm.4 b/init-sh/perm.4
index 5acbe71..c70469b 100644
--- a/init-sh/perm.4
+++ b/init-sh/perm.4
@@ -32,7 +32,7 @@
/etc/lilo.conf root.adm 600
/etc/modules.conf root.adm 640
/etc/motd root.adm 644
-/etc/printcap root.adm 640
+/etc/printcap root.adm 644
/etc/profile root.root 644
/etc/rc.d/ root.adm 640
/etc/securetty root.adm 640
diff --git a/init-sh/perm.5 b/init-sh/perm.5
index 6f6b50d..2d2b145 100644
--- a/init-sh/perm.5
+++ b/init-sh/perm.5
@@ -32,7 +32,7 @@
/etc/lilo.conf root.root 600
/etc/modules.conf root.root 600
/etc/motd root.root 644
-/etc/printcap root.root 640
+/etc/printcap root.root 644
/etc/profile root.root 644
/etc/rc.d/ root.root 600
/etc/securetty root.root 600