echo "Hello this is OSS"  > /tmp/OSS
#****************************
# Start/Stop Startup Programs
#****************************
WORKGROUP=`cat /etc/workgroup`
 
/sbin/chkconfig --level 345 portmap on
echo "Turned on portmap"
/sbin/chkconfig --level 345 ypbind on
echo "Turned on ypbind"
/sbin/chkconfig --level 345 autofs on
echo "Turned on autofs"
/sbin/chkconfig --level 345 ppoe off
echo "Turned off ppoe "
/sbin/chkconfig --level 345 isdn off
echo "Turned off isdn"

echo "setting up nis"
/usr/sbin/authconfig --kickstart --enablenis --nisdomain cdusrv1.fnal.gov

#****************************
# Miscelaneous Add-ons
#****************************
echo "/usr/local/bin/bash" >> /etc/shells
echo "/usr/local/bin/tcsh" >> /etc/shells
