#!/bin/sh

fmt >&2 << _END_

  This is a test release of a newer version of xrn.  It is currently
  the only version available for Athena SGI's in the sipb locker.  We
  expect it to become the default version on all platforms soon.

  Please report any problems to bug-sipb@mit.edu.  Please include the
  name and type of the machine on which the problem occurred.

  Thank You.

_END_

exec /mit/sipb/sgibin/xrn-new $@
