FreeBSD Bugzilla – Attachment 28002 Details for
Bug 47282
Control Amanda's ports via /etc/make.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.15 KB, created by
rand
on 2003-01-21 02:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rand
Created:
2003-01-21 02:40:02 UTC
Size:
1.15 KB
patch
obsolete
>--- Makefile.old Mon Nov 18 05:30:18 2002 >+++ Makefile Mon Jan 20 20:27:09 2003 >@@ -48,6 +48,14 @@ > @${ECHO} " The default is operator" > @${ECHO} " AMANDA_GROUP=group to specify the default group" > @${ECHO} " The default is operator" >+ @${ECHO} " AMANDA_PORTRANGE=low,high to restrict Amanda to TCP ports" >+ @${ECHO} " between low and high when connecting from the server" >+ @${ECHO} " to the client for data, messages, and indexing." >+ @${ECHO} " The default is no restriction on TCP ports." >+ @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" >+ @${ECHO} " between low and high when connecting from the client" >+ @${ECHO} " to the server. Use ports below 1024." >+ @${ECHO} " The default is no restriction on UDP ports." > @${ECHO} "" > > USE_PERL5= yes >@@ -114,6 +122,14 @@ > CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP} > .else > CONFIGURE_ARGS+= --with-group=operator >+.endif >+ >+.if defined (AMANDA_UDPPORTRANGE) >+CONFIGURE_ARGS+= --with-udpportrange=${AMAAMANDA_UDPPORTRANGE} >+.endif >+ >+.if defined (AMANDA_PORTRANGE) >+CONFIGURE_ARGS+= --with-portrange=${AMAAMANDA_PORTRANGE} > .endif > > #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47282
: 28002