#!/bin/sh # # ***************************************************************** # * * # * Copyright Compaq Computer Corporation, 2000 * # * * # * The software contained on this media is proprietary to * # * and embodies the confidential technology of Compaq * # * Computer Corporation. Possession, use, duplication or * # * dissemination of the software and media is authorized only * # * pursuant to a valid written license from Compaq Computer * # * Corporation. * # * * # * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure * # * by the U.S. Government is subject to restrictions as set * # * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, * # * or in FAR 52.227-19, as applicable. * # * * # ***************************************************************** # # HISTORY # Added a comment to the beginning of the file to warn the administrator # that they should not be manually editing this file, but should use # rcmgr instead. # # @(#)$RCSfile: rc.config.common,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1997/10/08 21:18:41 $ # # # When this file is in a Cluster, the variables in it are visible to an # entire cluster. The values of the variables can be overwritten by # those in rc.config, which contains the member specific portion of the # configuration variables. # # The variables set by the netsetup program that are required for network # configuration are as follows: # # HOSTNAME - host name of the system # # NUM_NETCONFIG - number of network devices currently configured # # MAX_NETDEVS - maximum number of network devices that can be configured # which is currently set by netsetup to a value of 16 # # NETDEV_n - network device name for network devices currently # configured, where n is 0 to MAX_NETDEVS - 1 # for example, NETDEV_0="ln0" # # IFCONFIG_n - ifconfig parameters for network devices currently # configured, where n is 0 to MAX_NETDEVS - 1 # (see ifconfig(8) manual page) # for example, IFCONFIG_0="130.124.1.20 netmask 255.255.255.0" # # RWHOD - "yes" if rwhod is enabled, blank or "no" if rwhod is disabled # # ROUTED - "yes" if routed is enabled, blank or "no" if routed is disabled # # ROUTED_FLAGS - routed flags (see routed(8) manual page) # # ROUTER - "yes" if the system is set up to be an Internet Protocol router, # otherwise, blank or "no" # # GATED - "yes" if gated is enabled, blank or "no" if gated is disabled # # GATED_FLAGS - gated flags (see gated(8) manual page) # # # NOTE: This file should not be manually edited. Please use the # /usr/sbin/rcmgr command to get, set and delete configuration values. # For more information, please see the rcmgr(8) manual page. # # MAILLOCKING="5" export MAILLOCKING BIND_SERVERTYPE="CLIENT" export BIND_SERVERTYPE JOIND="no" export JOIND JOIND_FLAGS="" export JOIND_FLAGS AUTOMOUNT_ARGS="-m /net -hosts -nosuid" export AUTOMOUNT_ARGS MOUNTOPTS="-n" export MOUNTOPTS NONROOTMOUNTS="1" export NONROOTMOUNTS NFSSERVING="0" export NFSSERVING PCNFSD="0" export PCNFSD NUM_TCPD="0" export NUM_TCPD NUM_UDPD="0" export NUM_UDPD NUM_PROPLISTD="0" export NUM_PROPLISTD NFSLOCKING="0" export NFSLOCKING NFS_CONFIGURED="0" export NFS_CONFIGURED