ASET Environment File (asetenv)

The environment file asetenv contains a list of environment variables that affect ASET tasks. You can change these variables to modify ASET operation.

The default /usr/aset/asetenv file is shown below.

 #!/bin/sh # # Copyright 1990, 1991 Sun Microsystems, Inc. All Rights Reserved. # # #ident "@(#)asetenv.sh 1.2 92/07/14 SMI" # This is the "dot" script for ASET and should be invoked before # running any ASET tasks. ########################################### # # # User Configurable Parameters # # # ########################################### CKLISTPATH_LOW=${ASETDIR}/tasks:${ASETDIR}/util:${ASETDIR}/masters:/etc CKLISTPATH_MED=${CKLISTPATH_LOW}:/usr/bin:/usr/ucb CKLISTPATH_HIGH=${CKLISTPATH_MED}:/usr/lib:/sbin:/usr/sbin:/usr/ucblib ...

Get Solaris™ 8 Advanced System Administrator's Guide, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.