]> git.donarmstrong.com Git - debhelper.git/blob - dh_installcron.1
r275: No idea.
[debhelper.git] / dh_installcron.1
1 .TH DH_INSTALLCRON 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installcron \- install cron scripts into etc/cron.*
4 .SH SYNOPSIS
5 .B dh_installcron
6 .I "[debhelper options]"
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, debian/cron.monthly, and debian/cron.d
11 are 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 debhelper options
18 See
19 .BR debhelper (1)
20 for a list of options common to all debhelper commands.
21 .SH ENVIRONMENT
22 See
23 .BR debhelper (1)
24 for a list of environment variables that affect all debhelper commands.
25 .SH "SEE ALSO"
26 .BR debhelper (1)
27 .SH "CONFORMS TO"
28 Debian policy, version 3.0.1
29 .SH AUTHOR
30 Joey Hess <joeyh@master.debian.org>