pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vpnc Only vpnc-script has to be executable, not vp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/691bb9252d83
branches:  trunk
changeset: 514599:691bb9252d83
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Jun 14 21:14:32 2006 +0000

description:
Only vpnc-script has to be executable, not vpnc.conf.  Bump PKGREVISION.

diffstat:

 net/vpnc/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 1accf58710fd -r 691bb9252d83 net/vpnc/Makefile
--- a/net/vpnc/Makefile Wed Jun 14 20:17:19 2006 +0000
+++ b/net/vpnc/Makefile Wed Jun 14 21:14:32 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/03/14 20:43:23 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/14 21:14:32 ghen Exp $
 #
 
 DISTNAME=              vpnc-0.3.3
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            net security
 MASTER_SITES=          http://www.unix-ag.uni-kl.de/~massar/vpnc/
 
@@ -18,8 +18,7 @@
 
 EGDIR=                  ${PREFIX}/share/examples/${PKGBASE}
 CONF_FILES+=           ${EGDIR}/vpnc.conf ${PKG_SYSCONFDIR}/vpnc.conf
-CONF_FILES+=           ${EGDIR}/vpnc-script ${PKG_SYSCONFDIR}/vpnc-script
-CONF_FILES_MODE=       755     # vpn-script must be executable!
+CONF_FILES_PERMS+=     ${EGDIR}/vpnc-script ${PKG_SYSCONFDIR}/vpnc-script ${ROOT_USER} ${ROOT_GROUP} 755
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vpnc



Home | Main Index | Thread Index | Old Index