#!/bin/sh

/bin/cat << EOF

   "xlogout" has been superseded by "dash -logout".

   Please remove all references to xlogout in your startup as 
   xlogout will no longer exist in future releases.

EOF

exec /usr/athena/bin/dash -logout
