Consultor Eletrônico



Kbase P11432: How can I tailor startup scripts if they are moved after installation?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/10/2008
Status: Verified

GOAL:

How can I tailor startup scripts if they are moved after installation?

GOAL:

How to tailor startup scripts

FACT(s) (Environment):

UNIX
Progress/OpenEdge Product Family

FIX:

If it is necessary to tailor your startup scripts manually, follow these steps:

Use any text editor to edit the scripts.

Look for the following syntax:

env_variable=${env_variable-pathname}; export env_variable

For example:

DLC=${DLC-/usr/grp/dlc};export DLC

Change the pathname to the full pathname of the directory where you installed
your Progress product.