| 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: |
|
||||||
State Changed From-To: open->closed Commited, with changes to ensure it is done for both client and server. Thanks. |
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.