Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk APPDEF files should be installed with mode ${NONBIN...
details: https://anonhg.NetBSD.org/src/rev/5c134effa07e
branches: trunk
changeset: 555740:5c134effa07e
user: jwise <jwise%NetBSD.org@localhost>
date: Wed Nov 26 15:18:00 2003 +0000
description:
APPDEF files should be installed with mode ${NONBINMODE}, not mode ${BINMODE}.
Picked up via /etc/security:
Checking setuid files and devices:
Setuid additions:
-r-sr-xr-x 1 root wheel 252016 Nov 26 02:27:32 2003 /home/NetBSD/build/dest/i386/usr/X11R6/bin/xterm
-r-sr-xr-x 1 root wheel 4822 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm
-r-sr-xr-x 1 root wheel 828 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm-color
diffstat:
share/mk/bsd.x11.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5780a4c41d7d -r 5c134effa07e share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk Wed Nov 26 15:03:14 2003 +0000
+++ b/share/mk/bsd.x11.mk Wed Nov 26 15:18:00 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.8 2003/11/17 05:14:21 lukem Exp $
+# $NetBSD: bsd.x11.mk,v 1.9 2003/11/26 15:18:00 jwise Exp $
.include <bsd.init.mk>
@@ -87,7 +87,7 @@
.PRECIOUS: ${APPDEFS:@S@${DESTDIR}${X11LIBDIR}/app-defaults/${S:T:R}@}
__appdefinstall: .USE
- ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL_FILE} -o ${NONBINOWN} -g ${BINGRP} -m ${BINMODE} \
${SYSPKGTAG} ${.ALLSRC} ${.TARGET}
.for S in ${APPDEFS:O:u}
Home |
Main Index |
Thread Index |
Old Index