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