]> git.pld-linux.org Git - packages/at.git/blame - at-man.patch
- changed all BuildRoot definitons
[packages/at.git] / at-man.patch
CommitLineData
3db29d5f 1diff -Nur at-3.1.8/at.1.in at-3.1.8.pld/at.1.in
2--- at-3.1.8/at.1.in Sun Sep 28 22:00:38 1997
3+++ at-3.1.8.pld/at.1.in Thu Dec 31 11:49:43 1998
4@@ -117,7 +117,7 @@
5 .B at 1am tomorrow.
6 .PP
7 The exact definition of the time specification can be found in
8-.IR @prefix@/doc/at/timespec .
9+.IR /usr/doc/at-3.1.8/timespec .
10 .PP
11 For both
12 .BR at " and " batch ,
13diff -Nur at-3.1.8/at_allow.5 at-3.1.8.pld/at_allow.5
14--- at-3.1.8/at_allow.5 Sun Sep 28 22:00:38 1997
15+++ at-3.1.8.pld/at_allow.5 Thu Dec 31 11:52:46 1998
16@@ -4,9 +4,9 @@
17 at.acess, at.deny \- determine who can submit jobs via at or batch
18 .SH DESCRIPTION
19 The
20-.I /etc/at.access
21+.I /etc/at/at.access
22 and
23-.I /etc/at.deny
24+.I /etc/at/at.deny
25 files determine which user can submit commands for later execution via
26 .B at(1)
27 or
28@@ -19,14 +19,14 @@
29 .BR at .
30 .PP
31 If the file
32-.I /etc/at.allow
33+.I /etc/at/at.allow
34 exists, only usernames mentioned in it are allowed to use
35 .BR at .
36 .PP
37 If
38-.I /etc/at.allow
39+.I /etc/at/at.allow
40 does not exist,
41-.I /etc/at.deny
42+.I /etc/at/at.deny
43 is checked.
44 .SH "SEE ALSO"
45 at(1), atrun(1), cron(1), crontab(1), atd(8)
46diff -Nur at-3.1.8/atd.8.in at-3.1.8.pld/atd.8.in
47--- at-3.1.8/atd.8.in Sun Sep 28 22:00:38 1997
48+++ at-3.1.8.pld/atd.8.in Thu Dec 31 11:53:59 1998
49@@ -44,7 +44,7 @@
50 A script invoking
51 .B "atd -s"
52 is installed as
53-.B @prefix@/sbin/atrun
54+.B /usr/sbin/atrun
55 for backward compatibility.
56 .SH FILES
57 .I @ATJBD@
58@@ -55,8 +55,8 @@
59 The direcotry for storing output; this should be mode 700, owner
60 @DAEMON_USERNAME@.
61 .PP
62-.IR /etc/at.allow ,
63-.IR /etc/at.deny
64+.IR /etc/at/at.allow ,
65+.IR /etc/at/at.deny
66 determine who can use the
67 .B at
68 system.
69diff -Nur at-3.1.8/atrun.8.in at-3.1.8.pld/atrun.8.in
70--- at-3.1.8/atrun.8.in Sun Sep 28 22:00:38 1997
71+++ at-3.1.8.pld/atrun.8.in Thu Dec 31 11:54:28 1998
72@@ -12,7 +12,7 @@
73 runs jobs queued by
74 .BR at(1) .
75 It is a shell script containing invoking
76-.B @sbindir@/atd
77+.B /usr/sbin/atd
78 with the
79 .I -s
80 option, and is provided for backward compatibility with older
This page took 0.031088 seconds and 4 git commands to generate.