From: joey Date: Mon, 29 Mar 2004 04:07:55 +0000 (+0000) Subject: r1676: X-Git-Tag: 4.2.7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf37a9cabbeac29d2056e53849c5b06d3f3a72fc;p=debhelper.git r1676: --- diff --git a/dh_installcron b/dh_installcron index 7de5457..409b59e 100755 --- a/dh_installcron +++ b/dh_installcron @@ -18,7 +18,8 @@ B [S>] [B<--name=>I] dh_installcron is a debhelper program that is responsible for installing cron scripts into etc/cron.*/ in package build directories. The files debian/package.cron.daily, debian/package.cron.weekly, -debian/package.cron.monthly, and debian/package.cron.d are installed. +debian/package.cron.monthly, debian/package.cron.hourly, and +debian/package.cron.d are installed. =head1 OPTIONS @@ -38,7 +39,7 @@ init(); foreach my $package (@{$dh{DOPACKAGES}}) { my $tmp=tmpdir($package); - foreach my $type (qw{daily weekly monthly}) { + foreach my $type (qw{hourly daily weekly monthly}) { my $cron=pkgfile($package,"cron.$type"); if ($cron) { if (! -d "$tmp/etc/cron.$type") {