The S99contenta/K99contenta scripts
The S99contenta and K99contenta scripts set the Contenta environment and call the contenta.csh file.
These files are delivered to $XYV_PDM_ROOT/bin or $XYV_PDM_ROOT/distr/bin.
To use these scripts:
- Reconcile the new S99contenta file with any existing version of the file.
- Copy the reconciled file to the /etc/init.d directory, naming it contenta.
- Perform the following steps to create links to this file in the appropriate directories. At a Linux prompt:
- cd /etc/rc5.d
- ln -s /etc/init.d/contenta S99contenta
- cd /etc/rc0.d
- ln -s /etc/init.d/contenta K99contenta
To start or stop the scripts manually, enter the following commands at a Linux prompt:
- /etc/init.d/SDL_License {start|stop|restart}
- /etc/init.d/contenta { start | stop }