Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 19:41:15 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467194 - head/misc/amanda-server
Message-ID:  <201804121941.w3CJfFYw009587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu Apr 12 19:41:15 2018
New Revision: 467194
URL: https://svnweb.freebsd.org/changeset/ports/467194

Log:
  Fix install location of security configuration file
  
  PR:		219665
  Submitted by:	Trond.Endrestol@ximalas.info
  Approved by:	maintainer timeout

Modified:
  head/misc/amanda-server/Makefile

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Thu Apr 12 18:33:54 2018	(r467193)
+++ head/misc/amanda-server/Makefile	Thu Apr 12 19:41:15 2018	(r467194)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amanda
 PORTVERSION=	3.3.9
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	misc
 MASTER_SITES=	SF/amanda/amanda%20-%20stable/${PORTVERSION}
@@ -32,7 +32,7 @@ CONFIGURE_ARGS=	--libexecdir=${PREFIX}/libexec/amanda 
 		--with-user=${USERS} --with-group=${AMANDA_GROUP} \
 		--with-bsdtcp-security --with-bsdudp-security \
 		--with-ssh-security \
-		--disable-installperms --with-security-file=${ETCDIR}/security.conf
+		--disable-installperms --with-security-file=${ETCDIR}/amanda-security.conf
 CONFIGURE_ENV=	PERL=${LOCALBASE}/bin/perl-amanda
 PKG_MESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121941.w3CJfFYw009587>