]> git.pld-linux.org Git - packages/at.git/blob - at.patch
- dropped pre-cvs changelog
[packages/at.git] / at.patch
1 diff -Nru at-3.1.8/at.1.in at-3.1.8.new/at.1.in
2 --- at-3.1.8/at.1.in    Sun Mar 28 19:48:00 1999
3 +++ at-3.1.8.new/at.1.in        Sun Mar 28 19:46:41 1999
4 @@ -248,7 +248,11 @@
5  .br
6  .I @ETCDIR@/at.deny
7  .SH SEE ALSO
8 -cron(1), nice(1), sh(1), umask(2), atd(8)
9 +.BR cron (1),
10 +.BR nice (1),
11 +.BR sh (1),
12 +.BR umask (2),
13 +.BR atd (8).
14  .SH BUGS
15  The correct operation of
16  .B batch
17 diff -Nru at-3.1.8/at.deny at-3.1.8.new/at.deny
18 --- at-3.1.8/at.deny    Sun Feb 23 21:24:34 1997
19 +++ at-3.1.8.new/at.deny        Sun Mar 28 19:46:41 1999
20 @@ -1,13 +1,23 @@
21 -nobody
22 +alias
23  bin
24  daemon
25 -sys
26 +ftp
27 +games
28 +gnats
29 +guest
30 +irc
31  lp
32 -sync
33  mail
34 -news
35 -uucp
36 -games
37  man
38 -guest
39 -ftp
40 +nobody
41 +operator
42 +proxy
43 +qmaild
44 +qmaill
45 +qmailp
46 +qmailq
47 +qmailr
48 +qmails
49 +sync
50 +sys
51 +www-data
52 diff -Nru at-3.1.8/at_allow.5 at-3.1.8.new/at_allow.5
53 --- at-3.1.8/at_allow.5 Sun Mar 28 19:48:00 1999
54 +++ at-3.1.8.new/at_allow.5     Sun Mar 28 19:46:41 1999
55 @@ -29,4 +29,8 @@
56  .I /etc/at/at.deny
57  is checked.
58  .SH "SEE ALSO"
59 -at(1), atrun(1), cron(1), crontab(1), atd(8)
60 +.BR at (1),
61 +.BR atrun (1),
62 +.BR cron (8),
63 +.BR crontab (1),
64 +.BR atd (8).
65 diff -Nru at-3.1.8/atd.8.in at-3.1.8.new/atd.8.in
66 --- at-3.1.8/atd.8.in   Sun Mar 28 19:48:00 1999
67 +++ at-3.1.8.new/atd.8.in       Sun Mar 28 19:46:41 1999
68 @@ -46,6 +46,11 @@
69  is installed as
70  .B /usr/sbin/atrun
71  for backward compatibility.
72 +.SH WARNING
73 +.B atd
74 +won't work if its spool directory is mounted via NFS even if
75 +.I no_root_squash
76 +is set.
77  .SH FILES
78  .I @ATJBD@
79  The directory for storing jobs; this should be mode 700, owner
80 @@ -61,9 +66,15 @@
81  .B at
82  system.
83  .SH "SEE ALSO"
84 -at(1), atrun(1), cron(1), crontab(1), syslog(3), at_deny(5), at_allow(5)
85 +.BR at (1),
86 +.BR atrun (1),
87 +.BR cron (8),
88 +.BR crontab (1),
89 +.BR syslog (3),
90 +.BR at.deny (5),
91 +.BR at.allow(5).
92  .SH BUGS
93  The functionality of 
94  .B atd
95  should be merged into
96 -.BR cron(1) .
97 +.BR cron (8) .
98 --- at-3.1.8/batch      Thu Jan  1 01:00:00 1970
99 +++ at-3.1.8.new/batch  Sun Mar 28 19:46:41 1999
100 @@ -0,0 +1,4 @@
101 +#! /bin/sh
102 +prefix=/usr
103 +exec_prefix=${prefix}
104 +exec ${exec_prefix}/bin/at -qb now "$@"
This page took 0.056146 seconds and 3 git commands to generate.