On Mon, 06 Aug 2007, Justin wrote:
> I think dh-make should help with some change like:
> 
> --- cron.d.ex.orig    2007-08-06 09:42:47.000000000 -0400
> +++ cron.d.ex 2007-08-06 09:42:42.000000000 -0400
> @@ -1,4 +1,4 @@
>  #
>  # Regular cron jobs for the xx package
>  #
> -0 4  * * *   root    xx_maintenance
> +0 4  * * *   root    [ ! -x /usr/bin/foo ] || foo --bar

Agreed on the principle, but I'd rather have:
[ -x /usr/bin/foo ] && foo --bar

It seems more natural to my brains. :-)

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/

Reply via email to