]> git.donarmstrong.com Git - debhelper.git/blob - dh_installcron.1
r248: Removed symlink files.
[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] [-ppackage]"
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, you can also
12 use filenames like debian/package.cron.daily, where "package" is replaced
13 with the name of the binary package this cron script goes into.
14 .SH OPTIONS
15 .TP
16 .B \-v
17 Verbose mode; show all commands that modify the package build directory.
18 .TP
19 .B \-a
20 Install cron files for all architecture dependent packages.
21 .TP
22 .B \-i
23 Install cron files for all architecture independent packages.
24 .TP
25 .B \-ppackage
26 Install cron files for the package named "package".
27 .SH NOTES
28 The
29 .B \-a
30 .B \-i
31 and
32 .B \-p
33 arguments are cumulative. If none are specified, then all packages listed in
34 the control file will be effected.
35 .SH ENVIRONMENT
36 .TP
37 .I DH_VERBOSE
38 Enables verbose mode
39 .SH "SEE ALSO"
40 .BR /usr/doc/debhelper/README
41 .SH "CONFORMS TO"
42 Debian policy, version 2.3.0.0
43 .SH AUTHOR
44 Joey Hess <joeyh@master.debian.org>