[11063] in Athena Bugs

home help back first fref pref prev next nref lref last post

setup_images

daemon@ATHENA.MIT.EDU (yandros@MIT.EDU)
Sun Sep 26 19:55:08 1993

From: yandros@MIT.EDU
Date: Sun, 26 Sep 93 19:53:55 EDT
To: graphics@MIT.EDU, bugs@MIT.EDU


There's a slight logical error in the fix to setup_images.  It has:

  if [ $HOSTTYPE = "sun4" ]; then
  (things here that mount romulus)

What you actually want is to only mount romulus when:

  if [ HOSTTYPE != "sun4" ]; then

To quote Richard, ``Ooopsie.'' :-)




home help back first fref pref prev next nref lref last post