>How about an amadmin command like 'configure-options' that allows you >to do something like this when upgrading: > > ./configure `amadmin configure-options`
That would be almost impossible. Amanda does not have that much control over ./configure. You would need to know all the args that went in to ./configure so they could be saved away, but that would require changes to autoconf (not Amanda). An alternative is to create a file named config.local. If that exists, it is sourced into ./configure (that's standard autoconf behavior). So you can do things like this: with_user=amanda with_group=amanda with_tcpportrange=2000,2040 Just keep this file around and you'll know what you used the last time. >Jeremy Wadsack John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
