#!/sbin/sh # @(#)B.11.31_LR ############################################################ # # File : /etc/rc.config.d/pci_olar # # Contains five shell variables # # PCI_OLAR : Indicates whether the PCI OL * functionality is to # be supported or not # 1 - to be supported : /dev/olar file would be created # 0 - not to be supported : /dev/olar file would be deleted # # HOTPLUGD : Indicates whether the daemon is to be started or not # 1 - start the daemon # 0 - do not start the daemon # # HOGPLUGD_LOGFILE : This is the location and name of the log file # where the /usr/sbin/hotplugd daemon will log # the messages # # HOTPLUGD_MODE : The mode in which the log file is to be opened # can be one of : # append : Open the log file in append mode # trunc : Open the log file in truncate mode # # HOTPLUGD_TZ : The timezone input - the log messages would be # logged with this timezone - the TZ variable would # be set to the value of this variable # If this variable is not defined, then the TZ # variable is taken from the file /etc/TIMEZONE # ##################################################################### PCI_OLAR=1 HOTPLUGD=1 HOTPLUGD_LOGFILE=/var/adm/hotplugd.log HOTPLUGD_MODE=trunc # Not defined - will be taken from /etc/TIMEZONE # # HOTPLUGD_TZ=IST-5:30