DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

customSched(CDMT)


customSched -- schedule event for custom outside of the standard phase model

Syntax

customSched [kernellink] [netconfig]

Description

customSched allows you to schedule events for custom that are to be performed outside of the standard phase model. Call customSched during the PRE_CONFIGURE or POST_CONFIGURE steps in your ccs (component control script). Use customSched to interact with netconfig(ADM) or the link kit (relink the kernel).

kernellink
Schedule a kernel relink after the POST_CONFIGURE and before the PRE_EXPORT steps. The kernel relink command is:

link_unix -y


netconfig
Schedule netconfig to run after the CONFIGURE and before EXPORT phases. The netconfig command is:

/etc/netconfig -add_deferred_now

Exit values

If execution was successful, customSched exits with a value of 0. If execution failed, customSched exits with 1.

Files

/opt/K/SCO/Unix/3.2.5L/custom/bin/customSched

See also

ccs(CDMT), custom(ADM), link_unix(ADM), netconfig(ADM)

UNRESOLVED XREF-0

Standards conformance

customSched is not part of any currently supported standard; it is an extension of AT&T System V provided by The Santa Cruz Operation, Inc.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005