dh_installcron - cron スクリプトを
etc/cron.*
へインストールする
dh_installcron [
debhelper options]
[
--name=name]
dh_installcron は cron
スクリプトをインストールする役目の
debhelper プログラムです。
- debian/package.cron.daily
- debian/package.cron.weekly
- debian/package.cron.monthly
- debian/package.cron.yearly
- debian/package.cron.hourly
- debian/package.cron.d
- これは、パッケージビルドディレクトリ以下にある適切な
etc/cron.*/
にそれぞれインストールされます。
-
--name=name
- Look for files named debian/package.name.cron.* and
install them as etc/cron.*/name, instead of using the usual files
and installing them as the package name.
debhelper(7)
このプログラムは debhelper
の一部です。
Joey Hess <
[email protected]>