Module Name: src Committed By: jnemeth Date: Fri Jan 27 08:45:10 UTC 2012
Modified Files: src/lib/libpam: Makefile.inc Log Message: PR/45877 - Geoff C. Wing -- openpam modules need to be owned by root To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libpam/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpam/Makefile.inc diff -u src/lib/libpam/Makefile.inc:1.14 src/lib/libpam/Makefile.inc:1.15 --- src/lib/libpam/Makefile.inc:1.14 Tue Dec 27 16:53:24 2011 +++ src/lib/libpam/Makefile.inc Fri Jan 27 08:45:10 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.14 2011/12/27 16:53:24 christos Exp $ +# $NetBSD: Makefile.inc,v 1.15 2012/01/27 08:45:10 jnemeth Exp $ # Copyright 1998 Juniper Networks, Inc. # All rights reserved. # @@ -50,3 +50,6 @@ CSHLIBFLAGS+= -DNO_STATIC_MODULES # version, and we need these variables early for module install rules. SHLIB_MAJOR= 3 SHLIB_MINOR= 0 + +# openpam requires the files to be owned by root +BINOWN= root