pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pflkm Change mode of CONF_FILES to 0600.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/627dcd913b4c
branches:  trunk
changeset: 486752:627dcd913b4c
user:      peter <peter%pkgsrc.org@localhost>
date:      Sun Jan 02 15:51:24 2005 +0000

description:
Change mode of CONF_FILES to 0600.

>From Adrian Portelli.

diffstat:

 security/pflkm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d4951ea490db -r 627dcd913b4c security/pflkm/Makefile
--- a/security/pflkm/Makefile   Sun Jan 02 15:15:56 2005 +0000
+++ b/security/pflkm/Makefile   Sun Jan 02 15:51:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/28 02:47:49 reed Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/02 15:51:24 peter Exp $
 
 DISTNAME=              pflkm-20041204
 PKGREVISION=           1
@@ -23,6 +23,7 @@
                        ${PKG_SYSCONFDIR}/pf.conf
 CONF_FILES+=           ${PREFIX}/share/examples/${PKGBASE}/pf.os \
                        ${PKG_SYSCONFDIR}/pf.os
+CONF_FILES_MODE=       0600
 
 OWN_DIRS=              ${PREFIX}/lkm ${VARBASE}/chroot/pflogd
 OWN_DIRS+=             ${PREFIX}/share/examples/${PKGBASE}



Home | Main Index | Thread Index | Old Index