Changelog
cron (3.0pl1-104ubuntu1) intrepid; urgency=low
* Merge from debian unstable, remaining changes: (LP: #229380)
+ Remove stop links from rc0 and rc6.
+ Modify Maintainer value to match the DebianMaintainerField
specification.
+ Add forgotten versioned-dependency on sysv-rc to get new update-rc.d
behaviour.
cron (3.0pl1-104) unstable; urgency=low
* Discard errors from df in the standard daily cron task to prevent errors
in user's systems that do not have ext2, ext3 or xfs filesystems
(Closes: #462472, #394646, #463656, #463713, #464749)
cron (3.0pl1-103) unstable; urgency=low
* Fix bug introduced in the init.d file with the changes in the previous
version that makes the init.d not work properly when stopping cron due
to the improper definition of PIDFILE (Closes: #460869, #460886)
cron (3.0pl1-102) unstable; urgency=low
* Modify pathnames.h so that GNU/KFreeBSD is detected and /var/run is
used instead of /etc/ to store the PID file (Closes: #460514)
* Modify the init.d script so that it uses /etc/cron.pid as its pidfile
if it exists, this will prevent the init.d script from failing if
cron is compiled in a system which does not get to define _PATH_RUN
as /var/run
* Fix typo in changelog (Closes: 459952)
cron (3.0pl1-101) unstable; urgency=low
* Init.d changes:
- Add LSB dependencies on mounted /usr (Closes: #459489)
- Remove 0 and 6 from Default-Stop LSB definition in the init script
as sendsigs take care of stopping cron" debian/cron.init. Also
change the postinst call to update-rc.d so no stop symlinks
are added in those runlevels (Closes: #422785)
[ Notice that the existing symlinks are not removed when upgrading
it is up to the administrator to remove this himself so as to not
break local changes ]
- Parse system's locale to set the charset used to email cron tasks. This
will affect tasks that expect a 'C' locale (for example to parse
messages) and are running in systems with a non-C locale.
(Closes: #410057, #405335, #309150)
- Add support for /etc/default/cron and make it possible to add additional
options and control if environment is parsed. (Closes: #396928)
* cron.c:
- Do not use ANSI_x3.4-1968 but US-ASCII instead since it is the preferred
MIME name as per http://www.iana.org/assignments/character-sets"
(Closes: #415302)
* crontab.c:
- Add an option to ask for confirmation when a crontab is to be removed,
based on Fedora's patch for this same request. Users wanting this
behaviour have to alias cron (just as rm is aliased to 'rm -i')
(Closes: #117758, #289636, #324103, #414048)
- Print the location of CRONDIR when printing files on the crontab dir so
that the error messages have the absolute location of the files they
refer to. (Closes: #391350)
* Lintian fixes:
- Modify debian/copyright to point to the location of the Artistic
License.
-- Emanuele Gentili <email address hidden> Mon, 12 May 2008 00:44:22 +0200