1uscheduleinstall(8)			      uscheduleinstall(8)
2
3
4
5How to install uschedule
6       This document describes how to download, compile, test and
7       install uschedule.
8
9
10   System requirements:
11       The uschedule package is	 meant	to  run	 under	UNIX  and
12       -lookalikes.
13
14       You'll need the daemontools package by Daniel J. Bernstein
15       to run uschedule, see http://cr.yp.to/daemontools.html for
16       a description and installation instructions.
17
18
19
20   Downloading uschedule:
21       The latest published uschedule package is:
22
23       http://www.ohse.de/uwe/uschedule/uschedule-0.7.1.tar.gz
24
25       You can alternatively download it through FTP:
26
27       ftp://www.ohse.de/uwe/uschedule/uschedule-0.7.1.tar.gz
28
29       Move the downloaded file to /package.
30
31
32   Unpack the package:
33	 # the next command is optional: If you do not use /package,
34	 # you may unpack uschedule anywhere.
35	 $ cd /package
36	 $ gunzip uschedule-0.7.1.tar.gz
37	 $ tar -xpf uschedule-0.7.1.tar
38	 $ rm uschedule-0.7.1.tar
39	 $ cd admin/uschedule-0.7.1
40
41
42   Compile and install the programs, using /package:
43	 $ package/install
44       The  self  check	 is run as part of this and may take some
45       time.   Things  are  fine  if  the  test	 does  not  print
46       anything, but any output is a sign of a problem.
47
48
49
50   Compile and install the programs under /usr/local:
51	 $ make DEST=/usr/local oldinstall
52
53       The  self  check	 is run as part of this and may take some
54       time.   Things  are  fine  if  the  test	 does  not  print
55       anything, but any output is a sign of a problem.
56
57
58   How to report success: (not mandatory)
59	 $ cat src/auto-systype
60	 $ mail uwe-generic-counter@ohse.de <src/auto-systype
61
62       Please  do not send a success email unless the checks were
63       successful.
64
65
66   Mailing list:
67       To subscribe to the uschedule mailing list send a mail  to
68       uschedule-subscribe@lists.ohse.de. The content is ignored.
69
70
71   How to use uschedule:
72       The  uschedule_intro(7)	manual	describes  how	 to   use
73       uschedule.
74
75
76SEE ALSO
77       The homepage may be more up-to-date, see
78       http://www.ohse.de/uwe/uschedule.html.
79
80
81
82uschedule		      0.7.1	      uscheduleinstall(8)
83