[4616] in SIPB bug reports
Re: "Discuss" in the sipb locker
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Sun Jun 5 04:23:37 1994
Date: Sun, 5 Jun 94 04:23:13 -0400
To: bug-sipb@MIT.EDU
In-Reply-To: "[4614] in SIPB bug reports"
From: Salvatore Valente <svalente@MIT.EDU>
I wrote:
> If there are no objections in the next week or two (or year or however
> long it takes for someone to get around to it), all the old crufty
> discuss stuff should be removed from /mit/sipb/{bin,etc,elisp}.
There have been no responses in the past week, so it's been done. The
set of commands I used is included (in the form of a shell script) at
the bottom of this message.
If you feel I have acted inappropriately in deleting stuff I didn't
install in the first place, you may flame me into ashes.
Have a nice day.
-Sal.
#!/bin/sh
cd /afs/.sipb/project/sipb
# people should not be running discuss servers out of the sipb locker
rm -f *etc/discussd
rm -f *etc/disserve
# next, the symlinks
cd etc
rm -f decmipsdiscussd decmipsdisserve
rm -f mipsdiscussd mipsdisserve
rm -f rtdiscussd rtdisserve
rm -f vaxdiscussd vaxdisserve
cd ..
# sipb locker elisp should not run binarys in users homedirs
rm -f lib/elisp/discuss*
# "diff -rc /usr/athena/lib/discuss discuss" gives no output
rm -rf lib/discuss
# also identical man pages
rm -f man/manl/discuss.l cat/catl/discuss.l
# nearly identical user binaries
rm -f *bin/create_mtg_dir
rm -f *bin/crmtgs
rm -f *bin/discuss
rm -f *bin/dsc_setup
rm -f *bin/dsgrep
rm -f *bin/dsmail
rm -f *bin/dspipe
rm -f *bin/mkds
rm -f *bin/pmtg
rm -f *bin/rmds