pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/quagga Set --localstatedir=/var/run/zebra, so that...
details: https://anonhg.NetBSD.org/pkgsrc/rev/114ecfa7db40
branches: trunk
changeset: 462427:114ecfa7db40
user: kim <kim%pkgsrc.org@localhost>
date: Thu Oct 02 12:57:48 2003 +0000
description:
Set --localstatedir=/var/run/zebra, so that it can be created with
the necessary permissions for quagga to create files. The default
${PREFIX} will not have the permissions needed.
diffstat:
net/quagga/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 09ea21cdb7af -r 114ecfa7db40 net/quagga/Makefile
--- a/net/quagga/Makefile Thu Oct 02 12:31:30 2003 +0000
+++ b/net/quagga/Makefile Thu Oct 02 12:57:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/13 08:18:03 salo Exp $
+# $NetBSD: Makefile,v 1.6 2003/10/02 12:57:48 kim Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -18,6 +18,7 @@
GNU_CONFIGURE= # defined
PKG_SYSCONFSUBDIR?= zebra
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --localstatedir=/var/run/zebra
# you might need debugging, it's a developer release !
#CFLAGS+= -g
Home |
Main Index |
Thread Index |
Old Index