]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/freebsd-update.conf
This commit was generated by cvs2svn to compensate for changes in r169185,
[FreeBSD/FreeBSD.git] / etc / freebsd-update.conf
1 # $FreeBSD$
2
3 # Trusted keyprint.  Changing this is a Bad Idea unless you've received
4 # a PGP-signed email from <security-officer@FreeBSD.org> telling you to
5 # change it and explaining why.
6 KeyPrint 800651ef4b4c71c27e60786d7b487188970f4b4169cc055784e21eb71d410cc5
7
8 # Server or server pool from which to fetch updates.  You can change
9 # this to point at a specific server if you want, but in most cases
10 # using a "nearby" server won't provide a measurable improvement in
11 # performance.
12 ServerName update.FreeBSD.org
13
14 # Components of the base system which should be kept updated.
15 Components src world kernel
16
17 # Example for updating the userland and the kernel source code only:
18 # Components src/base src/sys world
19
20 # Paths which start with anything matching an entry in an IgnorePaths
21 # statement will be ignored.
22 IgnorePaths
23
24 # Paths which start with anything matching an entry in an UpdateIfUnmodified
25 # statement will only be updated if the contents of the file have not been
26 # modified by the user.
27 UpdateIfUnmodified /etc/ /var/
28
29 ### Default configuration options:
30
31 # Directory in which to store downloaded updates and temporary
32 # files used by FreeBSD Update.
33 # WorkDir /var/db/freebsd-update
34
35 # Destination to send output of "freebsd-update cron" if an error
36 # occurs or updates have been downloaded.
37 # MailTo root
38
39 # Is FreeBSD Update allowed to create new files?
40 # AllowAdd yes
41
42 # Is FreeBSD Update allowed to delete files?
43 # AllowDelete yes
44
45 # If the user has modified file ownership, permissions, or flags, should
46 # FreeBSD Update retain this modified metadata when installing a new version
47 # of that file?
48 # KeepModifiedMetadata yes