summaryrefslogtreecommitdiff
path: root/news/cnews/files/patch-aa
blob: c75a0b6765fe91714d000fe3e82d88e35d74548f (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
*** ../work/conf/makeinc	Wed Dec 31 16:00:00 1969
--- ./conf/makeinc	Tue Oct 25 04:00:55 1994
***************
*** 0 ****
--- 1,3 ----
+ # makefile substitutions file
+ # how to include ../include/config.make
+ INCLUDE		.include "../include/config.make"
*** ../work/conf/quiz.def	Wed Dec 31 16:00:00 1969
--- ./conf/quiz.def	Tue Oct 25 04:00:54 1994
***************
*** 0 ****
--- 1,68 ----
+ # These answers are interdependent; do not edit this file!
+ newsuid="news"
+ # These answers are interdependent; do not edit this file!
+ newsgid="news"
+ # These answers are interdependent; do not edit this file!
+ newsarts="/var/news"
+ # These answers are interdependent; do not edit this file!
+ newsov="/var/news"
+ # These answers are interdependent; do not edit this file!
+ newsctl="/usr/local/lib/news"
+ # These answers are interdependent; do not edit this file!
+ newsbin="/usr/local/libexec/news"
+ # These answers are interdependent; do not edit this file!
+ newspath="/bin:/usr/bin:/usr/local/bin"
+ # These answers are interdependent; do not edit this file!
+ newsumask="022"
+ # These answers are interdependent; do not edit this file!
+ newsconfig="/usr/local/lib/news/bin/config"
+ # These answers are interdependent; do not edit this file!
+ newscrisis="newscrisis"
+ # These answers are interdependent; do not edit this file!
+ newsmaster="newsmaster"
+ # These answers are interdependent; do not edit this file!
+ addrsize="big"
+ # These answers are interdependent; do not edit this file!
+ fake=" fgetline.o fsync.o"
+ # These answers are interdependent; do not edit this file!
+ storeval=""
+ # These answers are interdependent; do not edit this file!
+ faststdio="no"
+ # These answers are interdependent; do not edit this file!
+ fakehdrs=" sys/timeb.h"
+ # These answers are interdependent; do not edit this file!
+ ranlib="yes"
+ # These answers are interdependent; do not edit this file!
+ make="make"
+ # These answers are interdependent; do not edit this file!
+ include="bsd"
+ # These answers are interdependent; do not edit this file!
+ cc=""
+ # These answers are interdependent; do not edit this file!
+ copts="-O2"
+ # These answers are interdependent; do not edit this file!
+ ldopts=""
+ # These answers are interdependent; do not edit this file!
+ postlibs=""
+ # These answers are interdependent; do not edit this file!
+ uucptype="null"
+ # These answers are interdependent; do not edit this file!
+ dftype="statfs"
+ # These answers are interdependent; do not edit this file!
+ dfdirs=""
+ # These answers are interdependent; do not edit this file!
+ archive="yes"
+ # These answers are interdependent; do not edit this file!
+ spacelow="no"
+ # These answers are interdependent; do not edit this file!
+ nfsgroup="no"
+ # These answers are interdependent; do not edit this file!
+ server="newsie"
+ # These answers are interdependent; do not edit this file!
+ rbin="/usr/local/libexec/news/input"
+ # These answers are interdependent; do not edit this file!
+ bin="/usr/local/bin"
+ # These answers are interdependent; do not edit this file!
+ faststrchr="no"
+ # These answers are interdependent; do not edit this file!
+ sftype="c"
*** ../work/conf/substitutions	Wed Dec 31 16:00:00 1969
--- ./conf/substitutions	Tue Oct 25 04:00:55 1994
***************
*** 0 ****
--- 1,8 ----
+ # general substitutions file
+ NEWSBIN	/usr/local/libexec/news
+ NEWSCTL	/usr/local/lib/news
+ NEWSARTS	/var/news
+ NEWSOV	/var/news
+ NEWSPATH	/bin:/usr/bin:/usr/local/bin
+ NEWSUMASK	022
+ NEWSCONFIG	/usr/local/lib/news/bin/config
*** ../work/include/config.make	Wed Dec 31 16:00:00 1969
--- ./include/config.make	Tue Oct 25 04:00:55 1994
***************
*** 0 ****
--- 1,58 ----
+ # make header file
+ # pathname variables
+ # =()<NEWSARTS=@<NEWSARTS>@>()=
+ NEWSARTS=/var/news
+ # =()<NEWSOV=@<NEWSOV>@>()=
+ NEWSOV=/var/news
+ # =()<NEWSBIN=@<NEWSBIN>@>()=
+ NEWSBIN=/usr/local/libexec/news
+ # =()<NEWSCTL=@<NEWSCTL>@>()=
+ NEWSCTL=/usr/local/lib/news
+ # =()<NEWSCONFIG=@<NEWSCONFIG>@>()=
+ NEWSCONFIG=/usr/local/lib/news/bin/config
+ 
+ # workaround for System V make bug
+ SHELL=/bin/sh
+ 
+ # directories where things go
+ UIBIN=/usr/local/bin
+ RBIN=/usr/local/libexec/news/input
+ 
+ # compilation stuff
+ # LIB is for makefile dependencies, LIBS for cc invocations
+ LIB=../libcnews.a
+ LIBS=../libcnews.a 
+ CFLAGS=$(MORECFLAGS) -O2  -I../include
+ LDFLAGS=$(CFLAGS) 
+ LINTFLAGS=$(MORELINTFLAGS) -I../include
+ 
+ # directories etc.
+ CONF=../conf
+ MAKE=make
+ TO=$(CONF)/cpto
+ IN=$(CONF)/cmpto $(CMPOPT)
+ CF=$(CONF)/checkfile $(CMPOPT)
+ MKDIR=$(CONF)/mkdirs
+ MX=chmod +x
+ UPDATE=$(CONF)/update.ran ../libcnews.a
+ LIBCMP=$(CONF)/libcmp ../libcnews.a
+ 
+ # misc configuration bits
+ SPACEFOR=statfs
+ DOSPACEFOR=dospacefor
+ QUEUELEN=null
+ UID=news
+ GID=news
+ SIZE=big
+ DBZ=libdbz
+ STDIO=sysstdio
+ SERVER=
+ REPORTTO=newsmaster
+ URGENTTO=newscrisis
+ 
+ # things for testing
+ HERE=. ../conf/config.r ;
+ 
+ # fake files needed
+ HFAKE= sys/timeb.h
+ OFAKE= fgetline.o fsync.o