echo "Hello this is OSS"  > /tmp/OSS

#****************************
# Make usekde file
#****************************

echo "echo 'exec /usr/bin/startkde' > $HOME/.Xclients" > /usr/bin/usekde
echo "chmod 744 $HOME/.Xclients" >> /usr/bin/usekde
chmod 755 /usr/bin/usekde

#****************************
# Start/Stop Startup Programs
#****************************

/sbin/chkconfig --level 345 portmap on
lsmod | grep -q libafs
if [ $? -eq 0 ] ; then
	/sbin/chkconfig --level 35 xntpd off
	echo "Turned off xntpd because afs is running" >>/etc/$WORKGROUP/after.rpms.log
fi
