SNiFF+ needs two environment variables,
SNIFF_DIR and PATH . The environment variables should be set in the .login file of the SNiFF+ user. Furthermore, a third variable, SNIFF_SESSION_ID , may be set before starting a new SNiFF+ session (see Multiple simultaneous SNiFF+ sessions).
setenv SNIFF_DIR <sniff_directory>
| (for csh)
SNIFF_DIR=<sniff_directory>; export SNIFF_DIR
| (for sh or ksh)
| |
set path = ($SNIFF_DIR/bin $path)
| (for csh)
PATH=$SNIFF_DIR/bin:$PATH; export PATH
| (for sh or ksh)
| |
As is the case for any X-window application, the
DISPLAY variable must be set to point to the server where the SNiFF+ windows should appear.
setenv LM_LICENSE_FILE <sniff_directory>/
license.dat
| (for csh)
LM_LICENSE_FILE=<sniff_directory>/license.dat;
| export LM_LICENSE_FILE (for sh or ksh)
| |