Lines 93-99
Link Here
|
93 |
CONFIGOPTIONS="KEYPRINT WORKDIR SERVERNAME MAILTO ALLOWADD ALLOWDELETE |
93 |
CONFIGOPTIONS="KEYPRINT WORKDIR SERVERNAME MAILTO ALLOWADD ALLOWDELETE |
94 |
KEEPMODIFIEDMETADATA COMPONENTS IGNOREPATHS UPDATEIFUNMODIFIED |
94 |
KEEPMODIFIEDMETADATA COMPONENTS IGNOREPATHS UPDATEIFUNMODIFIED |
95 |
BASEDIR VERBOSELEVEL TARGETRELEASE STRICTCOMPONENTS MERGECHANGES |
95 |
BASEDIR VERBOSELEVEL TARGETRELEASE STRICTCOMPONENTS MERGECHANGES |
96 |
IDSIGNOREPATHS BACKUPKERNEL BACKUPKERNELDIR BACKUPKERNELSYMBOLFILES" |
96 |
IDSIGNOREPATHS BACKUPKERNEL BACKUPKERNELDIR BACKUPKERNELSYMBOLFILES |
|
|
97 |
HTTPPROXY" |
97 |
|
98 |
|
98 |
# Set all the configuration options to "". |
99 |
# Set all the configuration options to "". |
99 |
nullconfig () { |
100 |
nullconfig () { |
Lines 269-274
Link Here
|
269 |
fi |
270 |
fi |
270 |
} |
271 |
} |
271 |
|
272 |
|
|
|
273 |
# Proxy, allow overwrite via setenv |
274 |
config_HttpProxy () { |
275 |
if [ -n "${HTTP_PROXY}${http_proxy}" ]; then |
276 |
return 0 |
277 |
elif [ -z ${HttpProxy} ]; then |
278 |
export HTTP_PROXY=$1 |
279 |
else |
280 |
return 1 |
281 |
fi |
282 |
} |
283 |
|
272 |
# When fetching upgrades, should we assume the user wants exactly the |
284 |
# When fetching upgrades, should we assume the user wants exactly the |
273 |
# components listed in COMPONENTS, rather than trying to guess based on |
285 |
# components listed in COMPONENTS, rather than trying to guess based on |
274 |
# what's currently installed? |
286 |
# what's currently installed? |