Operating System - HP-UX
1833924 Members
3441 Online
110063 Solutions
New Discussion

Re: How to configure a dependency for a CFS package

 
Nappy_1
Frequent Advisor

How to configure a dependency for a CFS package

I need to configure an additional dependency for the CFS package
what is the file that contains dependency configuration
2 REPLIES 2
Stephen Doud
Honored Contributor

Re: How to configure a dependency for a CFS package

The package configuration file contains parameters that can be used to identify dependencies.

Modular package configuration file:
#dependency_name
#dependency_condition
#dependency_location

Legacy package configuration file:
#DEPENDENCY_NAME
#DEPENDENCY_CONDITION
#DEPENDENCY_LOCATION

The verbose package configuration file gives usage examples.
sujit kumar singh
Honored Contributor

Re: How to configure a dependency for a CFS package

HI

as said in the earlier post you can use the name of the CFS package as the dependency pakcage.

for more you can refer to the following:

http://docs.hp.com/en/B3936-90143/B3936-90143.pdf
page no 270

rregards