rtinit.csh


Name

rtinit.csh — initialize UNIX C shell (csh) or extended C shell (tcsh) to run SmartSockets

Synopsis

source install_dir/ss68/bin/rtinit.csh 

Arguments

None

Return Values

None

Description

The rtinit.csh script sets up C shell (csh) and extended C shell (tcsh) users to run SmartSockets. This should be done in the startup script $HOME/.cshrc for each user account that is using SmartSockets. It is difficult to automate the process of adding rtinit.csh to $HOME/.cshrc, as $HOME/.cshrc is often very complicated. Add this line to $HOME/.cshrc:

source install_dir/ss68/bin/rtinit.csh 

Add this line toward the end of a user’s $HOME/.cshrc file, so that the settings in rtinit.csh are applied last.

The rtinit.csh script sets or modifies these environment variables:

Caution

Many users have a conditional exit in their $HOME/.cshrc that prevents certain commands from being executed if the shell is not interactive, such as when an executable script is being run. The standard C shell test for a non-interactive login is:

if (! $?prompt) then 
  exit 
endif 

The line that sources the rtinit.csh script should appear before this conditional exit; otherwise, the SmartSockets environment will not be properly set up.

See Also

rtinit.com, rtinit.sh

Examples

None


TIBCO SmartSockets™ Utilities
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com