On Sun, May 02, 2010 at 07:04:12PM +0100, Michal ??ebe?? wrote:
thanks ! I used set 2, but I don't use /usr/share/doc/packages/cron/README file because this will not work when user use rpm --excludedocs
You can also use a file that's in cronie but not in cron. The check would be: if test -e /use/sbin/cron -a ! -e <some_cronie_file> ; then ... You can add a symlink from /usr/sbin/cronie to /usr/sbin/cron if there's no such file yet. Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org