Date: Mon, 3 May 2004 10:13:56 -0700 (PDT) From: Chris Vance <cvance@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 52147 for review Message-ID: <200405031713.i43HDulN074087@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52147 Change 52147 by cvance@cvance_g5 on 2004/05/03 10:13:40 Add the policy subdirectory to the list of things to install Use /private/etc instead of /etc Affected files ... .. //depot/projects/trustedbsd/sedarwin73/Makefile#2 edit .. //depot/projects/trustedbsd/sedarwin73/etc/Makefile#3 edit .. //depot/projects/trustedbsd/sedarwin73/export/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin73/Makefile#2 (text+ko) ==== @@ -10,6 +10,7 @@ extattr_cmds \ mac_cmds \ sebsd_cmds \ + policy \ apsl/file_cmds \ apsl/bootstrap_cmds ==== //depot/projects/trustedbsd/sedarwin73/etc/Makefile#3 (text+ko) ==== @@ -5,7 +5,7 @@ install: cd ${.CURDIR}; \ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ - $(ETCFILES) ${DESTDIR}/etc; + $(ETCFILES) ${DESTDIR}/private/etc; -.include <bsd.prog.mk>+.include <bsd.prog.mk> ==== //depot/projects/trustedbsd/sedarwin73/export/Makefile#2 (text+ko) ==== @@ -1,6 +1,6 @@ include ../Makeconfig -DIRS= $(DESTDIR)/etc \ +DIRS= $(DESTDIR)/private/etc \ $(DESTDIR)/bin \ $(DESTDIR)/usr/bin \ $(DESTDIR)/usr/lib \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405031713.i43HDulN074087>
