From 07a12aae6a522bfd3bcc1a1ed091691667053fe7 Mon Sep 17 00:00:00 2001 From: mtm Date: Sun, 24 Aug 2003 03:24:54 +0000 Subject: o Do not keep a separate list of src/etc/defaults files in the src/etc makefile. This list was used to manually install the files from src/etc. Instead, simply change directory and 'make install'. o There is no reason for the files in src/etc/defaults to be installed as writeable. Reviewed by: ru --- etc/defaults/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/defaults') diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile index 56e74ff..9e10092 100644 --- a/etc/defaults/Makefile +++ b/etc/defaults/Makefile @@ -3,6 +3,6 @@ FILES= devfs.rules pccard.conf periodic.conf rc.conf NOOBJ= noobj FILESDIR= /etc/defaults -FILESMODE= 644 +FILESMODE= 444 .include -- cgit v1.1