--- loncom/anaconda/RedHat/instimage/usr/bin/Attic/loncapaconfig 2001/01/25 05:50:13 1.2 +++ loncom/anaconda/RedHat/instimage/usr/bin/Attic/loncapaconfig 2001/01/25 15:08:08 1.3 @@ -6,7 +6,7 @@ signal.signal(signal.SIGINT, signal.SIG_ # # For anaconda in reconfig mode # -sys.path.append('../reconfiglib/anaconda') +sys.path.append('../lib/anaconda') # For anaconda in test mode if (os.path.exists('rpmmodule')): @@ -154,6 +154,11 @@ for n in args: display_mode = 't' forced_display_mode = 't' +# Settings to make sure this script is only ever used +# for reconfiguration. +reconfigOnly = 1 +progmode = 'reconfig' + # # must specify install or reconfig mode #