]> git.donarmstrong.com Git - debhelper.git/blob - dh_installcron.1
r55: Initial Import
[debhelper.git] / dh_installcron.1
1 .TH DH_INSTALLCRON 1
2 .SH NAME
3 dh_installcron \- install cron scripts into etc/cron.*
4 .SH SYNOPSIS
5 .B dh_installcron
6 .I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir]"
7 .SH "DESCRIPTION"
8 dh_installcron is a debhelper program that is responsible for installing
9 cron scripts into etc/cron.* in package build directories. The files 
10 debian/cron.daily, debian/cron.weekly, and debian/cron.monthly are
11 installed. If your package generates multiple binary packages (or if you
12 just prefer to do it), you can also use filenames like 
13 debian/package.cron.daily, where "package" is replaced with the name of the 
14 binary package this cron script goes into.
15 .SH OPTIONS
16 .TP
17 .B \-v, \--verbose
18 Verbose mode; show all commands that modify the package build directory.
19 .TP
20 .B \-a, \--arch
21 Install cron files for all architecture dependent packages.
22 .TP
23 .B \-i, \--indep
24 Install cron files for all architecture independent packages.
25 .TP
26 .B \--no-act
27 Do not really do anything. If used with -v, the result is that this command
28 will output a list of what it would have done.
29 .TP
30 .B \-ppackage, \--package=package
31 Install cron files for the package named "package".
32 .TP
33 .B \-Ptmpdir, \--tmpdir=tmpdir
34 Use "tmpdir" for package build directory. 
35 .SH NOTES
36 The
37 .B \-a
38 .B \-i
39 and
40 .B \-p
41 arguments are cumulative. If none are specified, then all packages listed in
42 the control file will be effected.
43 .SH ENVIRONMENT
44 .TP
45 .I DH_VERBOSE
46 Enables verbose mode
47 .TP
48 .I DH_NO_ACT
49 Enables no-act mode (see above).
50 .SH "SEE ALSO"
51 .BR /usr/doc/debhelper/README
52 .SH "CONFORMS TO"
53 Debian policy, version 2.3.0.0
54 .SH AUTHOR
55 Joey Hess <joeyh@master.debian.org>