File: test0.rc

package info (click to toggle)
newsx 1.4-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,256 kB
  • ctags: 1,106
  • sloc: ansic: 11,038; sh: 1,106; makefile: 180
file content (31 lines) | stat: -rwxr-xr-x 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/sh
# $Id: test0.rc,v 1.5 1998/09/09 07:32:17 src Exp $
#
# simple test script for C news mode
# common definitions 
#
# $Log: test0.rc,v $
# Revision 1.5  1998/09/09 07:32:17  src
# Version 1.1
#
# Revision 1.4  1998/07/12 09:39:33  src
# newsx version 1.0
#
NEWSX=../src/newsx

SPOOL=./check.spool
CONTROL=./check.control

BATCH=$SPOOL/out.going
INCOMING=$SPOOL/in.coming
INHOSTS=$SPOOL/in.hosts
ACTIVE=$CONTROL/active
LOCKS=$CONTROL

HOST=localhost
FROM=anonymous

NEWSGROUP=impossible.group
NEWSPATH=impossible/group
ID="12345@${HOST}"
ID2="X12345@${HOST}"