[4553] in testers

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

Re: SGI 8.4.15 problem: /usr/lib/devicelib is trashed

daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri Oct 20 11:46:48 2000

Message-Id: <200010201546.LAA93853@aupair.mit.edu>
To: Robert A Basch <rbasch@MIT.EDU>
cc: testers@MIT.EDU
In-Reply-To: Your message of "Thu, 19 Oct 2000 15:30:56 EDT."
             <200010191930.PAA92385@aupair.mit.edu> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 20 Oct 2000 11:46:42 -0400
From: Robert A Basch <rbasch@MIT.EDU>

Executing the following script should suffice to repair the damage:

#!/bin/sh

devlib=/usr/lib/devicelib
if [ ! -d $devlib ]; then
  rm -rf $devlib
  mkdir -m 755 $devlib
  ln -s /os${devlib}/* $devlib
fi



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