[1196] in SIPB_Linux_Development
discuss server changes
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jan 10 05:35:50 1996
Date: Wed, 10 Jan 1996 05:35:26 -0500
From: Greg Hudson <ghudson@MIT.EDU>
To: sipb-athena@MIT.EDU
Cc: bdrosen@MIT.EDU
In addition to what I mentioned to bdrosen, I've modified the discuss
server to translate incoming meeting names according to the following
rules:
* If the meeting name doesn't begin with '/' (previously
illegal), prepend /var/spool/discuss to it.
* If the meeting name begins with /usr/spool/discuss, replace
that portion with /var/spool/discuss.
(On platforms other than Linux and NetBSD, the above happens with
/var/spool/discuss replaced by /usr/spool/discuss, thus nullifying the
second rule.)
The idea is that meeting names shouldn't include pathnames for the
server filesystem, and /usr/spool/discuss is antiquated.
I've intalled the changed discuss servers in both the -current and 1.1
system packs. I haven't tested them yet.