#! /bin/ksh

exit

emails="perlman"
emails="ishelpdesk@hq.acm.org director@hcibib.org"
emails="ishelpdesk@hq.acm.org director@hcibib.org infodir_sigchi@acm.org"

###############################################################

subject="HCIBIB.ORG: please fix file permissions"

echo "
I need the ownership changed on the hcibib.org directory:

	drwxrwsr-x  34 root web 12288 Jul 23 10:41 /acminfo/5/hcibib/

Ideally, the group would be hcibib and the owner would be perlman.

	chown perlman:hcibib /acminfo/5/hcibib

" | /usr/bin/Mail -s "$subject" $emails

echo "remind: sent mail on '$subject' to $emails"

exit

###############################################################

subject="HCIBIB.ORG: need glimpse search engine restored"

echo "
The HCI Bibliography used the glipse search engine for thousands of searches per week.
The change to a new server lost the glimpse software.  We need it reinstalled.

" | /usr/bin/Mail -s "$subject" $emails

echo "remind: sent mail on '$subject' to $emails"
