From: Peter MacDonald <pmacdona@tadpole.bcsc.gov.bc.ca> Subject: SLS update Date: Thu, 15 Oct 1992 03:50:49 GMT
I believe that the last of the problems with SLS have been addressed
by the lasted Perms.fix file. You can just execute it to clean up
your system. It is also put in x7/zxfix.taz, so that anyone
who install the entire SLS distribution will have it run automatically.
Later when I get time, I will upload the fixed packages themselves to
tsx-11.mit.edu.
Peter
pmacdona@sanjuan.uvic.ca
================Perms.fix================================================
chmod -R a+r,a-w usr/local/lib/menus/*
chmod -R a+r,a-w usr/local/emacs/*
chmod -R a+r,a-w usr/local/lib/perl/*
chmod -R a+r,a-w usr/lib/X11
chmod -R a+r,a-w usr/X386
chmod -R a+r,a-w usr/include
chmod -R a+r,a-w usr/g++-include
chmod -R a+r,a-w usr/man
chmod ugo+rwxt tmp
chmod ugo+rwxt usr/tmp
rm -f usr/src/linux
mkdir usr/src/linux
(cd usr/X386/lib/X11/fonts/75dpi; compress *.pcf )
(cd usr/X386/lib/X11/fonts/misc; compress *.pcf )
(cd usr/X386/lib/X11/fonts/Speedo; compress *.spd )
rm -f dev/ttys?
mknod dev/ttys0 c 4 64
mknod dev/ttys1 c 4 65
mknod dev/ttys2 c 4 66
mknod dev/ttys3 c 4 67
chmod ugo+rw dev/ttys?
chown root.root dev/ttys?