Cover V12, I09

Article
Listing 1
Listing 2a
Listing 2b
Listing 3
Listing 4
Listing 5
Listing 6

sep2003.tar

Listing 5 Example rccfg.config file

############################################################
##### file name: rccfg.config
##### purpose: To set config for rrcfg script and helper apps
#####
##### author: Bill Mclean
#############################################################
##### location /etc/rccfg.config
##### File permission 600 - only root needs access
#############################################################
#############################################################
##### Global script location
##### format :
##### gscripts <script full path location>
##### example
##### gscripts /appscripts
#############################################################
gscripts /appscripts/global
#############################################################
##### local script location
##### format :
##### lscripts <script full path location>
##### example
##### lscripts /appscripts/local
#############################################################
lscripts /appscripts/local
#############################################################
##### start link dir
#############################################################
##### start link dir
##### format :
##### stlink <full path location>
##### exampleting 2b continued
##### stlink /etc/rc.d/rc2.d
#############################################################
stlink /etc/rc.d/rc2.d
#############################################################
##### stop link dir
##### format :
##### stplink <full path location>
##### example
##### stplink /etc/rc.d/rc2.d
#############################################################
stplink /etc/rc.d/rc0.d
#############################################################
##### rccfg log dir
##### note- /rccfglog.$ldate will be appended to logname
##### format :
##### rclog <full path location>
##### example
##### rclog /tmp/rclog
#############################################################
rclog /tmp/rclog
#############################################################
##### Security Access Files Directory Location
##### format :
##### secaccess <Directory name where <command>.access file exists
##### example
##### seaccess /etc
#############################################################
secaccess /etc