Passbolt/fcron-3.2.0/debian
Cedric Alfonsi 3115a349da PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
..
README.Debian PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
TODO.Debian PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
changelog PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
conffiles PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
config PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
control PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
copyright PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
crontab.root PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
dirs PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
fcron-update-crontabs PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
fcron-update-crontabs.1 PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
init PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
lintian PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
postinst PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
postrm PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
preinst PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
rules PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
templates PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
templates.de PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
templates.es PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
templates.fr PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
templates.pt PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00
templates.ru PASSBOLT-1372 Install fcron 2016-03-24 11:35:56 +01:00

README.Debian

fcron for Debian
-----------------------------------------------------------------

While in principle this would be possible, the Debian package of fcron does
not try to supersede cron. Note, however, that it has to play dirty with
anacron so as to hijack control of /etc/cron.{daily,weekly,monthly} from
cron even if anacron is not installed in the system.

This is done symlinking /usr/sbin/anacron to /bin/true, and unfortunately
causes the fcron package to conflict with the anacron package. If you just 
removed (as opposed to purging) the anacron package to install fcron, 
anacron's initscript might still try to activate anacron. This is harmless, 
do NOT file bugs against anacron because of it!

I'm working with upstream to make fcron more secure (although it looks 
fairly secure as is). If you don't want to worry about any possible 
security holes, remove the suid permission from fcrontab (using either 
suidregister or dpkg-statoverride), and do not install fcrontabs for 
anyone other than root.

 -- Henrique M. Holschuh <hmh@debian.org>, Mon, 11 Dec 2000 20:14:13 -0200