[307] in SIPB_Linux_Development
Installed gas 2.2, and a minor error
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Fri Jan 14 22:43:57 1994
From: ghudson@MIT.EDU
Date: Fri, 14 Jan 94 22:43:24 EST
To: linux-dev@MIT.EDU
I installed gas 2.2 on quiche. Source is in /usr/src/usr.bin/gas-2.2.
I did a chgrp bin * in /usr/bin, without considering it very will;
fortunately, I don't seem to have broken anything. Here's a list of
setgid files in the directory:
/usr/bin% ls -l | egrep '^......s'
-rwsr-sr-x 1 root bin 1020 Nov 20 15:05 dumpreg
-rwxr-sr-x 1 root bin 3924 Oct 13 19:40 lpf
-rwsr-sr-x 1 root bin 10372 Oct 13 19:40 lpq
-rwsr-sr-x 1 root bin 11592 Oct 13 19:40 lpr
-rwxr-sr-x 1 root bin 10032 Oct 13 19:40 lprm
-rwx--s--x 1 root bin 17868 Nov 19 14:35 man
-rwsr-sr-x 1 root bin 1700 Nov 20 15:05 restorefont
-rwsr-sr-x 1 root bin 1924 Nov 20 15:05 restorepalette
-rwsr-sr-x 1 root bin 1684 Nov 20 15:05 restoretextmode
man and lpq work; I can't find man pages for dumpreg and
restore(font|palette|textmode).
--GBH