Bug 47282

Summary: Control Amanda's ports via /etc/make.conf
Product: Ports & Packages Reporter: rand
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description rand 2003-01-21 02:40:02 UTC
	The misc/amanda-{client,server} ports have been collecting a nice
	set of options that allow the customization of Amanda's behaviour.
	I'd like to add two more options that would allow me, and probably
	others, to install Amanda with out having to tweak the Makefile
	by hand.

	I need to restrict Amanda to a particular set of TCP and UDP ports
	so that it'll go through some of our firewalls. This is easily 
	accomplished via the --with-udpportrange and --with-portrange
	options to Amanda's configure.

	I propose the make.conf options AMANDA_PORTRANGE and
	AMANDA_UDPPORTRANGE to accomplish this.

How-To-Repeat: 	A stock Amanda installation via /usr/ports will not use predictable
	UDP (or TCP) ports.
Comment 1 jeh freebsd_committer freebsd_triage 2003-02-12 17:49:43 UTC
State Changed
From-To: open->closed

Commited, with changes to ensure it is done for both client and server. 
Thanks.