aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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