From shape.mps.ohio-state.edu!linkers-request Mon May 20 18:14:12 1991 Status: RO X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] [nil nil nil nil nil nil nil nil nil nil nil nil "^From:" nil nil nil]) Received: from cs.hut.fi ([130.233.200.1]) by nic.funet.fi with SMTP id <80858>; Mon, 20 May 1991 18:14:04 +0300 Received: from shape.mps.ohio-state.edu by cs.hut.fi (4.1/6.8/S-TeKoLa) id AA07675; Mon, 20 May 91 18:14:45 +0300 Received: by shape.mps.ohio-state.edu id AA22548 (5.65b/IDA-1.4.3 for ojala@sauna.hut.fi); Mon, 20 May 91 11:00:53 -0400 Errors-To: linkers-request@shape.mps.ohio-state.edu Precedence: bulk Received: by shape.mps.ohio-state.edu id AA22543 (5.65b/IDA-1.4.3 for /n/shape/1/alden/Lists/Linkers/SendScript); Mon, 20 May 91 11:00:52 -0400 Message-Id: <9105201500.AA22543@shape.mps.ohio-state.edu> X-Mailer: ELM [version 2.3 PL11] From: Dave Alden Sender: linkers-request@shape.mps.ohio-state.edu To: linkers@shape.mps.ohio-state.edu Subject: patch.cnews isn't complete Date: Mon, 20 May 1991 18:00:51 +0300 Hello, If you've already picked up a copy of nntplink 3.0 then you'll want to append sup/patch.cnews with the file at the end of this message. I forgot to include relaynews.h in the patch file. ...dave =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= *** /dev/null Mon May 20 10:52:11 1991 --- relay/relaynews.h Tue Mar 26 16:44:38 1991 *************** *** 0 **** --- 1,45 ---- + /** + ** Is this a USG (SYSV) style system ? Used for signals and daemon mode + **/ + #undef USG + + /** + ** If your system has instead of then define + ** the following. + **/ + #undef OLD_DIRECTORY + + /** + ** Where is incoming news spooled? + **/ + #define INDIR "/usr/spool/news/in.coming" + + /** + ** Where do you want relaynews to store its pid? Undefine it if you + ** don't want it to save it's pid into a file. + **/ + #define PID_FILE "/usr/lib/news/relaynews.pid" + + /** + ** How often should relaynews check for a batch file? + **/ + #define SLEEP_INTERVAL 1 + + + /** + ** End of configuration section...Nothing below should need to be changed. + **/ + + #ifdef OLD_DIRECTORY + #include + #else + #include + #endif + + #include + #include + + void restart_relaynews(); + void abort_relaynews(); + void resetsys(); +