Xref: utzoo news.software.b:3630 news.software.nntp:429 Path: utzoo!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!rpi!tale From: tale@pawl.rpi.edu (David C Lawrence) Newsgroups: news.software.b,news.software.nntp Subject: Re: B/C News woes Message-ID: <256B1FE8.5818@rpi.edu> Date: 22 Nov 89 22:38:31 GMT References: <1989Nov17.162448.22026@relay.nswc.navy.mil> <1989Nov21.140935.1224@relay.nswc.navy.mil> <256A4010.5066@rpi.edu> <1989Nov22.075837.12240@utstat.uucp> <89Nov22.130142est.2899@neat.cs.toronto.edu> Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 39 In <89Nov22.130142est.2899@neat.cs.toronto.edu> lamy@cs.toronto.edu (Jean-Francois Lamy) writes: JF> Boy, don't I wish there was a supported way to get the logs in the JF> standard place where logs go instead of the control data area... I changed this for us pretty easily. There were only two changes I made because I still wanted logs in NEWSCTL, just one directory deeper. Once that was done I could put them in /var/log by using a symlink from NEWSCTL/logs, but I hate having symlinks hanging around. It also brings up still another edit so that "errlog" and "log" are slightly better named regarding what they are (err)logging. The two edits, by the way, are both in relaynews.c in the redirectlogs() function. JF> Both of these items seem to be logically distinct part of news JF> processing from control data (NEWSCTL), and from article *storage* JF> (NEWARTS). But whereas handling NEWSSPOOL as a separate area is JF> easy because you can just make two symlinks and forget about it, JF> getting logs to go somewhere standard requires fiddling with the JF> source and is therefore messier. Mmm. If I ran newsdaily here I think it would need an edit to point to the log files too. I like the arrangement I have now; /usenet is basically stand-alone on the system, except for other utilities it calls from /bin. Everything related solely to news, from spooling to log files to control files and programmes, et al, is found below it. I can see why other sites would want to push spooling, for example, to another partition though. JF> Yah, I even know what the answer is going to be :-( Maybe I should start a JF> petition? I'd sign. Flexibility is good. Checking the environment for two more variables won't make relaynews become an resource hog. Dave -- (setq mail '("tale@pawl.rpi.edu" "tale@ai.mit.edu" "tale@rpitsmts.bitnet"))