From 852be57eb08e51d44724552d0057b20c96cdfe56 Mon Sep 17 00:00:00 2001 From: "Thomas E. Spanjaard" Date: Thu, 1 May 2008 19:44:37 +0000 Subject: [PATCH] Set a sensible mode on /etc/upgrade/Makefile_upgrade.inc . --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 36ded0ba70..9c82dd3583 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.114 2008/02/13 14:45:28 matthias Exp $ +# $DragonFly: src/Makefile.inc1,v 1.115 2008/05/01 19:44:37 tgen Exp $ # # Build-time options are documented in make.conf(5). # @@ -439,7 +439,7 @@ installcheck: # distributeworld installworld: installcheck cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//} - install -o root -g wheel -m 600 ${.CURDIR}/Makefile_upgrade.inc ${DESTDIR}/etc/upgrade/ + install -o root -g wheel -m 644 ${.CURDIR}/Makefile_upgrade.inc ${DESTDIR}/etc/upgrade/ # # reinstall -- 2.41.0