blob: 1566db4c673f391cc92f0ac65e5ed1430e7bed72 (
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
|
*** ../work.old/util/dostatfs.c Thu Sep 8 13:06:30 1994
--- ./util/dostatfs.c Sat Oct 1 11:27:59 1994
***************
*** 6,11 ****
--- 6,12 ----
#include <string.h>
#include <sys/types.h>
+ #include <sys/param.h>
#include <sys/mount.h>
#ifndef MNAMELEN
*** batch/usenntpxmit.old Thu Sep 22 17:28:37 1994
--- batch/usenntpxmit Fri Sep 30 12:30:17 1994
***************
*** 15,21 ****
tmp=/tmp/nntp$$
cat >$tmp
! nntpxmit $site:$tmp
if test -s $tmp
then
cat $tmp >>$NEWSSITEDIR/togo.leftover
--- 15,21 ----
tmp=/tmp/nntp$$
cat >$tmp
! nntpxmit -s $site:$tmp
if test -s $tmp
then
cat $tmp >>$NEWSSITEDIR/togo.leftover
*** util/report.old Thu Sep 15 13:24:57 1994
--- util/report Fri Sep 30 16:57:05 1994
***************
*** 65,70 ****
else
cat $r
fi
! ) | mail $args # some sites might want "/usr/lib/sendmail -t" instead
# and the trap handles the exit status
--- 65,70 ----
else
cat $r
fi
! ) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead
# and the trap handles the exit status
|