DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Custom Distribution Mastering Toolkit

CONFIGURE and UNCONFIGURE phases

During the CONFIGURE phase, the ccs configures the component into any system services that it consumes. For example, the component might add a driver to the link kit using the idinstall(ADM) utility.


pre step
ccs PRE_CONFIGURE keyword list package list

system step
No action is defined.

post step
ccs POST_CONFIGURE keyword list package list

The ccs performs any remaining configuration that relied upon actions taken in the PRE_CONFIGURE and system step.

During the UNCONFIGURE phase, the ccs removes the component from any system services that it consumes. For example, remove kernel device drivers using a call to idinstall(ADM).

pre step
ccs PRE_UNCONFIGURE keyword list package list

system step
No action is defined.

post step
ccs POST_UNCONFIGURE keyword list package list

Next topic: EXPORT and UNEXPORT phases
Previous topic: REGISTER and UNREGISTER phases

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003