PERFORCE change 91438 for review

Rob Deker deker at FreeBSD.org
Thu Feb 9 18:27:25 GMT 2006


http://perforce.freebsd.org/chv.cgi?CH=91438

Change 91438 by deker at deker_build1.columbia.sparta.com on 2006/02/09 18:27:10

	Update Makefile to properly install pam configs

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/etc/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/etc/Makefile#3 (text+ko) ====

@@ -8,6 +8,11 @@
 install:
 	cd ${CURDIR}; \
 		${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
-		$(ETCFILES) ${DESTDIR}/private/etc; 
+		    $(ETCFILES) ${DESTDIR}/private/etc; \
+		${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/private/etc/pam.d; \
+		${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ../pam/pam.d/login \
+		    ${DESTDIR}/private/etc/pam.d/login.sedarwin; \
+		${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ../pam/pam.d/sshd \
+		    ${DESTDIR}/private/etc/pam.d/sshd.sedarwin;
 
 clean:
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list