From bac2b0b6d3da08c51838fa51b0d33e703115fcde Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 29 Mar 2004 04:07:55 +0000 Subject: r1676: --- dh_installcron | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dh_installcron') diff --git a/dh_installcron b/dh_installcron index 7de54574..409b59ea 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") { -- cgit v1.2.3