################################################################# # # cf.solaris8 - for sdsc.edu # # $Header: /sdsc/refsys/Data/cfengine/RCS/cf.solaris8,v 1.3 2000/07/08 21:52:04 cai Exp $ # ################################################################# ### # # BEGIN cf.solaris8 # ### ############################################################## ############################################################## disable: /usr/openwin/bin/kcms_configure files: any:: tidy: any:: /var pat=mail R=inf age=0 # On Solari8, /sbin/su is a symb link of /bin/su, and # at SDSC, our /bin/su is a symb link to /usr/sdsc/bin/keysu # We want to make /sbin/su the real vendor su binary and # keep /bin/su the way it is. /sbin pat=su a=0 /etc/rc2.d pat=S90wbem r=0 age=0 /etc/rc2.d pat=S76snmpdx r=0 age=0 copy: any:: $(base_data_arch)/etc/inittab dest=/etc/inittab m=644 o=$(owner) g=$(group) type=byte $(base_images_arch)/sbin/su dest=/sbin/su m=4555 o=$(owner) g=$(group) type=byte shellcommands: # make sure no packages accidentally get installed basics:: "/sdsc/admin/refsys/Data/cfengine/scripts/rmpkg" ### # # END cf.solaris8 # ##