From Fedora Project Wiki

No edit summary
(crond is a thing in Fedora.)
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{header|docs}}
== BIND 9.10 ==
{{Docs_beat_open}}


The Berkeley Internet Name Domain (BIND) has been updated to version 9.10. This version adds IPv6 listening by default. It also unifies external and internal libraries so that external applications can use the same libraries as BIND daemons. The version 3 XML schema, which provides faster parsing, is no longer optional.


==== pciutils ====
== Scheduled Tasks ==
Fedora uses `chronie` for execution of scheduled tasks using the `chrond` service.  Packages may drop files into '''/etc/cron.d/''' to add a task, or a user can add a task using the `crontab` utility.


The '''pciutils''' package, which provides tools for inspecting and configuring PCI devices, has been upgraded to version 3.1.9 in Fedora 17. This adds support for reading speed and link status fields for PCI Express Genation 3 hardware.
To learn about using cron jobs, refer to:
 
==== brltty ====
* `man 1 crontab`
 
* `man 5 crontab`
Fedora 17 includes version 4.3 of '''brltty''', the Braille display daemon. Version 4.3 includes new logging and configuration options as well as support for additional devices.  
* `man 8 cron`
* `man 8 crond`
* https://docs.fedoraproject.org/sysadmin-guide


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 20:09, 22 March 2015

BIND 9.10

The Berkeley Internet Name Domain (BIND) has been updated to version 9.10. This version adds IPv6 listening by default. It also unifies external and internal libraries so that external applications can use the same libraries as BIND daemons. The version 3 XML schema, which provides faster parsing, is no longer optional.

Scheduled Tasks

Fedora uses chronie for execution of scheduled tasks using the chrond service. Packages may drop files into /etc/cron.d/ to add a task, or a user can add a task using the crontab utility.

To learn about using cron jobs, refer to: