|
Lines 48-53
Link Here
|
| 48 |
@${ECHO} " The default is operator" |
48 |
@${ECHO} " The default is operator" |
| 49 |
@${ECHO} " AMANDA_GROUP=group to specify the default group" |
49 |
@${ECHO} " AMANDA_GROUP=group to specify the default group" |
| 50 |
@${ECHO} " The default is operator" |
50 |
@${ECHO} " The default is operator" |
|
|
51 |
@${ECHO} " AMANDA_PORTRANGE=low,high to restrict Amanda to TCP ports" |
| 52 |
@${ECHO} " between low and high when connecting from the server" |
| 53 |
@${ECHO} " to the client for data, messages, and indexing." |
| 54 |
@${ECHO} " The default is no restriction on TCP ports." |
| 55 |
@${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" |
| 56 |
@${ECHO} " between low and high when connecting from the client" |
| 57 |
@${ECHO} " to the server. Use ports below 1024." |
| 58 |
@${ECHO} " The default is no restriction on UDP ports." |
| 51 |
@${ECHO} "" |
59 |
@${ECHO} "" |
| 52 |
|
60 |
|
| 53 |
USE_PERL5= yes |
61 |
USE_PERL5= yes |
|
Lines 114-119
Link Here
|
| 114 |
CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP} |
122 |
CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP} |
| 115 |
.else |
123 |
.else |
| 116 |
CONFIGURE_ARGS+= --with-group=operator |
124 |
CONFIGURE_ARGS+= --with-group=operator |
|
|
125 |
.endif |
| 126 |
|
| 127 |
.if defined (AMANDA_UDPPORTRANGE) |
| 128 |
CONFIGURE_ARGS+= --with-udpportrange=${AMAAMANDA_UDPPORTRANGE} |
| 129 |
.endif |
| 130 |
|
| 131 |
.if defined (AMANDA_PORTRANGE) |
| 132 |
CONFIGURE_ARGS+= --with-portrange=${AMAAMANDA_PORTRANGE} |
| 117 |
.endif |
133 |
.endif |
| 118 |
|
134 |
|
| 119 |
# |
135 |
# |