]> git.pld-linux.org Git - packages/uucp.git/blame - uucp-misc.patch
- added some URL (note that there is beta version of uucp 1.07)
[packages/uucp.git] / uucp-misc.patch
CommitLineData
f68ea53e 1diff -Nur uucp-1.06.1/Makefile.in uucp-1.06.1.pld/Makefile.in
2--- uucp-1.06.1/Makefile.in Sun Aug 20 21:36:06 1995
3+++ uucp-1.06.1.pld/Makefile.in Mon Jun 7 08:29:42 1999
4@@ -21,7 +21,7 @@
5
6 # Where to install uucico, uuxqt, uuchk and uuconv. If you use this
7 # definition, $(exec_prefix)/lib must exist.
8-sbindir = $(exec_prefix)/lib/uucp
9+sbindir = $(exec_prefix)/sbin
10 #sbindir = $(exec_prefix)/libexec/uucp
11
12 # Where to install uucp, uux, uustat, uuname, uulog, uuto, uupick and
13@@ -43,12 +43,12 @@
14 # The directory to look in for new style configuration files (when
15 # using HAVE_TAYLOR_CONFIG). Note that by default this is different
16 # from sbindir, unlike traditional UUCP packages.
17-newconfigdir = $(prefix)/conf/uucp
18-#newconfigdir = /etc/uucp
19+#newconfigdir = $(prefix)/conf/uucp
20+newconfigdir = /etc/uucp
21
22 # The directory to look in for HDB (when using HAVE_HDB_CONFIG) or
23 # V2 (when using HAVE_V2_CONFIG) style configuration files.
24-oldconfigdir = /usr/lib/uucp
25+oldconfigdir = /etc/uucp/oldconfig
26
27 # If you don't want to compile tstuu, which requires BSD style ptys
28 # and the Taylor configuration files, comment out the following line
29@@ -151,19 +151,15 @@
30 $(INSTALL_PROGRAM) uuchk $(sbindir)/uuchk
31 $(INSTALL_PROGRAM) uuconv $(sbindir)/uuconv
32 $(INSTALL_PROGRAM) uusched $(sbindir)/uusched
33- chown $(owner) $(sbindir)/uucico $(sbindir)/uuxqt
34- chmod 4555 $(sbindir)/uucico $(sbindir)/uuxqt
35- chown $(owner) $(sbindir)/uuchk $(sbindir)/uuconv
36+ chmod 6555 $(sbindir)/uucico $(sbindir)/uuxqt
37 if test "$(UUDIR)X" != "X"; then \
38 if test -d $(uudirdir); then \
39 true \
40 else \
41 mkdir $(uudirdir); \
42 fi; \
43- chown $(owner) $(uudirdir); \
44 chmod 100 $(uudirdir); \
45 $(INSTALL_PROGRAM) uudir $(uudirdir)/uudir; \
46- chown root $(uudirdir)/uudir; \
47 chmod 4555 $(uudirdir)/uudir; \
48 else \
49 true; \
50@@ -176,10 +172,8 @@
51 fi; \
52 $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
53 done
54- chown $(owner) $(bindir)/uux $(bindir)/uucp $(bindir)/uustat
55- chown $(owner) $(bindir)/uuname $(bindir)/cu
56 chmod 4555 $(bindir)/uux $(bindir)/uucp $(bindir)/uustat
57- chmod 4555 $(bindir)/uuname $(bindir)/cu
58+ chmod 6555 $(bindir)/uuname $(bindir)/cu
59 if test -d $(man1dir); then true; else mkdir $(man1dir); fi
60 if test -d $(man8dir); then true; else mkdir $(man8dir); fi
61 $(INSTALL_DATA) $(srcdir)/uucico.8 $(man8dir)/uucico$(man8ext)
62diff -Nur uucp-1.06.1/contrib/uureroute.perl uucp-1.06.1.pld/contrib/uureroute.perl
63--- uucp-1.06.1/contrib/uureroute.perl Thu Oct 15 02:47:06 1992
64+++ uucp-1.06.1.pld/contrib/uureroute.perl Mon Jun 7 08:29:42 1999
65@@ -1,5 +1,5 @@
66-#!/usr/local/bin/perl
67-eval ' exec /usr/local/bin/perl $0 "$@" '
68+#!/usr/bin/perl
69+eval ' exec /usr/bin/perl $0 "$@" '
70 if $running_under_some_shell;
71
72 # From a script by <Bill.Campbell@celestial.com>
73@@ -34,7 +34,7 @@
74 #
75 ";
76
77-$UUSTAT = "/usr/local/bin/uustat";
78+$UUSTAT = "/usr/bin/uustat";
79 $SHELL = "/bin/sh";
80 $SMAIL = "/bin/smail";
81
82diff -Nur uucp-1.06.1/cu.1 uucp-1.06.1.pld/cu.1
83--- uucp-1.06.1/cu.1 Sun Aug 20 21:29:24 1995
84+++ uucp-1.06.1.pld/cu.1 Mon Jun 7 08:29:42 1999
85@@ -304,7 +304,9 @@
86 approximation.
87
88 .br
89-/usr/lib/uucp/config - Configuration file.
90+/etc/uucp/config - Configuration file.
91+.br
92+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
93 .SH AUTHOR
94 Ian Lance Taylor
95 <ian@airs.com>
96diff -Nur uucp-1.06.1/policy.h uucp-1.06.1.pld/policy.h
97--- uucp-1.06.1/policy.h Sun Aug 20 21:36:06 1995
98+++ uucp-1.06.1.pld/policy.h Mon Jun 7 08:29:42 1999
99@@ -241,7 +241,7 @@
100 the sendmail choice below. Otherwise, select one of the other
101 choices as appropriate. */
102 #if 1
103-#define MAIL_PROGRAM "/usr/lib/sendmail -t"
104+#define MAIL_PROGRAM "/usr/sbin/sendmail -t"
105 #define MAIL_PROGRAM_TO_BODY 1
106 #define MAIL_PROGRAM_SUBJECT_BODY 1
107 #endif
108@@ -302,6 +302,7 @@
109 /* #define LOCKDIR "/usr/spool/locks" */
110 /* #define LOCKDIR "/usr/spool/uucp/LCK" */
111 /* #define LOCKDIR "/var/spool/lock" */
112+#define LOCKDIR "/var/lock"
113
114 /* You must also specify the format of the lock files by setting
115 exactly one of the following macros to 1. Check an existing lock
116@@ -465,8 +466,8 @@
117 When looking something up (a system, a port, etc.) the new style
118 configuration files will be read first, followed by the V2
119 configuration files, followed by the HDB configuration files. */
120-#define HAVE_V2_CONFIG 0
121-#define HAVE_HDB_CONFIG 0
122+#define HAVE_V2_CONFIG 1
123+#define HAVE_HDB_CONFIG 1
124
125 /* Exactly one of the following macros must be set to 1. The exact
126 format of the spool directories is explained in unix/spool.c.
127@@ -571,7 +572,7 @@
128 /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is
129 set to 1, this may be overridden by the ``spool'' command in the
130 configuration file. */
131-#define SPOOLDIR "/usr/spool/uucp"
132+#define SPOOLDIR "/var/spool/uucp"
133 /* #define SPOOLDIR "/var/spool/uucp" */
134
135 /* The name of the default public directory. If HAVE_TAYLOR_CONFIG is
136@@ -579,7 +580,7 @@
137 configuration file. Also, a particular system may be given a
138 specific public directory by using the ``pubdir'' command in the
139 system file. */
140-#define PUBDIR "/usr/spool/uucppublic"
141+#define PUBDIR "/var/spool/uucppublic"
142 /* #define PUBDIR "/var/spool/uucppublic" */
143
144 /* The default command path. This is a space separated list of
145@@ -643,19 +644,19 @@
146 /* The default log file when using HAVE_TAYLOR_LOGGING. When using
147 HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
148 command in the configuration file. */
149-#define LOGFILE "/usr/spool/uucp/Log"
150+#define LOGFILE "/var/log/uucp/Log"
151 /* #define LOGFILE "/var/spool/uucp/Log" */
152
153 /* The default statistics file when using HAVE_TAYLOR_LOGGING. When
154 using HAVE_TAYLOR_CONFIG, this may be overridden by the
155 ``statfile'' command in the configuration file. */
156-#define STATFILE "/usr/spool/uucp/Stats"
157+#define STATFILE "/var/log/uucp/Stats"
158 /* #define STATFILE "/var/spool/uucp/Stats" */
159
160 /* The default debugging file when using HAVE_TAYLOR_LOGGING. When
161 using HAVE_TAYLOR_CONFIG, this may be overridden by the
162 ``debugfile'' command in the configuration file. */
163-#define DEBUGFILE "/usr/spool/uucp/Debug"
164+#define DEBUGFILE "/var/log/uucp/Debug"
165 /* #define DEBUGFILE "/var/spool/uucp/Debug" */
166
167 #endif /* HAVE_TAYLOR_LOGGING */
168diff -Nur uucp-1.06.1/uucico.8 uucp-1.06.1.pld/uucico.8
169--- uucp-1.06.1/uucico.8 Sun Aug 20 21:29:42 1995
170+++ uucp-1.06.1.pld/uucico.8 Mon Jun 7 08:29:42 1999
171@@ -250,8 +250,8 @@
172 .B \-\-debug abnormal,chat.
173
174 The debugging output is sent to the debugging file, usually one of
175-/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
176-/usr/spool/uucp/.Admin/audit.local.
177+/var/log/uucp/Debug, /usr/spool/uucp/DEBUG, or
178+/var/spool/uucp/.Admin/audit.local.
179 .TP 5
180 .B \-I file, \-\-config file
181 Set configuration file to use. This option may not be available,
182@@ -269,20 +269,22 @@
183 configuration file, so these are only approximations.
184
185 .br
186-/usr/lib/uucp/config - Configuration file.
187+/etc/uucp/config - Configuration file
188 .br
189-/usr/lib/uucp/passwd - Default UUCP password file.
190+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
191 .br
192-/usr/spool/uucp -
193+/etc/uucp/passwd - Default UUCP password file.
194+.br
195+/var/spool/uucp -
196 UUCP spool directory.
197 .br
198-/usr/spool/uucp/Log -
199+/var/log/uucp/Log -
200 UUCP log file.
201 .br
202-/usr/spool/uucppublic -
203+/var/spool/uucppublic -
204 Default UUCP public directory.
205 .br
206-/usr/spool/uucp/Debug -
207+/var/log/uucp/Debug -
208 Debugging file.
209 .SH SEE ALSO
210 kill(1), uucp(1), uux(1), uustat(1), uuxqt(8)
211diff -Nur uucp-1.06.1/uucp.1 uucp-1.06.1.pld/uucp.1
212--- uucp-1.06.1/uucp.1 Sun Aug 20 21:29:46 1995
213+++ uucp-1.06.1.pld/uucp.1 Mon Jun 7 08:29:42 1999
214@@ -181,15 +181,17 @@
215 configuration file, so these are only approximations.
216
217 .br
218-/usr/lib/uucp/config - Configuration file.
219+/etc/uucp/config - Configuration file.
220 .br
221-/usr/spool/uucp -
222+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
223+.br
224+/var/spool/uucp -
225 UUCP spool directory.
226 .br
227-/usr/spool/uucp/Log -
228+/var/log/uucp/Log -
229 UUCP log file.
230 .br
231-/usr/spool/uucppublic -
232+/var/spool/uucppublic -
233 Default UUCP public directory.
234 .SH SEE ALSO
235 mail(1), uux(1), uustat(1), uucico(8)
236diff -Nur uucp-1.06.1/uustat.1 uucp-1.06.1.pld/uustat.1
237--- uucp-1.06.1/uustat.1 Sun Aug 20 21:29:55 1995
238+++ uucp-1.06.1.pld/uustat.1 Mon Jun 7 08:29:42 1999
239@@ -540,9 +540,11 @@
240 configuration file, so these are only approximations.
241
242 .br
243-/usr/lib/uucp/config - Configuration file.
244+/etc/uucp/config - Configuration file.
245 .br
246-/usr/spool/uucp -
247+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
248+.br
249+/var/spool/uucp -
250 UUCP spool directory.
251 .SH SEE ALSO
252 ps(1), rmail(1), uucp(1), uux(1), uucico(8), uuxqt(8)
253diff -Nur uucp-1.06.1/uux.1 uucp-1.06.1.pld/uux.1
254--- uucp-1.06.1/uux.1 Sun Aug 20 21:29:57 1995
255+++ uucp-1.06.1.pld/uux.1 Mon Jun 7 08:29:42 1999
256@@ -40,7 +40,7 @@
257 not absolute, it will be appended to the current working directory on
258 the local system; the result may not be meaningful on the remote
259 system. A pathname may begin with ~/, in which case it is relative to
260-the UUCP public directory (usually /usr/spool/uucppublic) on the
261+the UUCP public directory (usually /var/spool/uucppublic) on the
262 appropriate system. A pathname may begin with ~name/, in which case
263 it is relative to the home directory of the named user on the
264 appropriate system.
265@@ -231,15 +231,17 @@
266 configuration file, so these are only approximations.
267
268 .br
269-/usr/lib/uucp/config - Configuration file.
270+/etc/uucp/config - Configuration file.
271 .br
272-/usr/spool/uucp -
273+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
274+.br
275+/var/spool/uucp -
276 UUCP spool directory.
277 .br
278-/usr/spool/uucp/Log -
279+/var/log/uucp/Log -
280 UUCP log file.
281 .br
282-/usr/spool/uucppublic -
283+/var/spool/uucppublic -
284 Default UUCP public directory.
285 .SH SEE ALSO
286 mail(1), uustat(1), uucp(1), uucico(8), uuxqt(8)
287diff -Nur uucp-1.06.1/uuxqt.8 uucp-1.06.1.pld/uuxqt.8
288--- uucp-1.06.1/uuxqt.8 Sun Aug 20 21:29:58 1995
289+++ uucp-1.06.1.pld/uuxqt.8 Mon Jun 7 08:29:42 1999
290@@ -64,8 +64,8 @@
291 .B \-\-debug abnormal,chat.
292
293 The debugging output is sent to the debugging file, usually one of
294-/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
295-/usr/spool/uucp/.Admin/audit.local.
296+/var/log/uucp/Debug, /usr/spool/uucp/DEBUG, or
297+/var/spool/uucp/.Admin/audit.local.
298 .TP 5
299 .B \-I file, \-\-config
300 Set configuration file to use. This option may not be available,
301@@ -83,18 +83,20 @@
302 configuration file, so these are only approximations.
303
304 .br
305-/usr/lib/uucp/config - Configuration file.
306+/etc/uucp/config - Configuration file.
307 .br
308-/usr/spool/uucp -
309+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
310+.br
311+/var/spool/uucp -
312 UUCP spool directory.
313 .br
314-/usr/spool/uucp/Log -
315+/var/log/uucp/Log -
316 UUCP log file.
317 .br
318-/usr/spool/uucppublic -
319+/var/spool/uucppublic -
320 Default UUCP public directory.
321 .br
322-/usr/spool/uucp/Debug -
323+/var/log/uucp/Debug -
324 Debugging file.
325 .SH SEE ALSO
326 uucp(1), uux(1), uucico(8)
This page took 0.07055 seconds and 4 git commands to generate.