diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | init-sh/perm.4 | 2 | ||||
-rw-r--r-- | msec.spec | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ 1999-12-21 Pixel <pixel@mandrakesoft.com> + * init-sh/perm.4: changed /etc/lilo.conf to 600 to make lilo quiet + * init-sh/perm.5: changed /etc/lilo.conf to 600 to make lilo quiet * init-sh/lib.sh (LiloUpdate): replace the -z ${LILO_PASSWORD} by ${LILO_PASSWORD+set} != set * init-sh/lib.sh (LiloUpdate): replace the call to AddRules to diff --git a/init-sh/perm.4 b/init-sh/perm.4 index 20e4516..09d4f65 100644 --- a/init-sh/perm.4 +++ b/init-sh/perm.4 @@ -27,7 +27,7 @@ /etc/inetd.conf root.adm 640 /etc/inittab root.adm 640 /etc/ld.so.conf root.adm 640 -/etc/lilo.conf root.adm 640 +/etc/lilo.conf root.adm 600 /etc/modules.conf root.adm 640 /etc/motd root.adm 644 /etc/printcap root.adm 640 @@ -4,7 +4,7 @@ Summary: Security Level & Program for the Linux Mandrake distribution Name: msec Version: %{version} -Release: 6mdk +Release: 7mdk Source: %{name}-%{version}.tar.bz2 Copyright: GPL Group: System Environment/Base |