#! /usr/bin/perl

print STDERR <<ERRMSG;
The Debian cronolog package has moved the cronolog binary to /usr/bin, from
/usr/sbin. Use of /usr/sbin/cronolog is deprecated and support for it will
be removed in a future version.
ERRMSG

exec("/usr/bin/cronolog",@ARGV);
