Module Name:    src
Committed By:   martin
Date:           Wed Feb  1 10:18:28 UTC 2017

Modified Files:
        src/tests/lib/libc/sys: Makefile

Log Message:
Restrict special mode/owner settings to truncate_test.root_owned;
otherwise the Atffile will be generated unreadable for group/others
as well.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/tests/lib/libc/sys/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/sys/Makefile
diff -u src/tests/lib/libc/sys/Makefile:1.47 src/tests/lib/libc/sys/Makefile:1.48
--- src/tests/lib/libc/sys/Makefile:1.47	Sat Jan 14 03:59:58 2017
+++ src/tests/lib/libc/sys/Makefile	Wed Feb  1 10:18:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2017/01/14 03:59:58 pgoyette Exp $
+# $NetBSD: Makefile,v 1.48 2017/02/01 10:18:27 martin Exp $
 
 MKMAN=	no
 
@@ -86,10 +86,10 @@ CPPFLAGS.t_lwp_create.c += -D_KERNTYPES
 
 FILES=		truncate_test.root_owned
 FILESBUILD=	yes
-FILESDIR=	${TESTSDIR}
-FILESMODE=	0600
-FILESOWNER=	root
-FILESGRP=	wheel
+FILESDIR_truncate_test.root_owned=	${TESTSDIR}
+FILESMODE_truncate_test.root_owned=	0600
+FILESOWNER_truncate_test.root_owned=	root
+FILESGRP_truncate_test.root_owned=	wheel
 
 CLEANFILES=   truncate_test.root_owned
 truncate_test.root_owned:

Reply via email to