source: trunk/debathena/config/auto-update/debian/debathena-auto-update.default @ 25043

Revision 25043, 1.3 KB checked in by jdreed, 13 years ago (diff)
In auto-update: * Download and verify a recovery script (Trac #783) * Add new command-line options to auto-update
Line 
1# Defaults for athena-auto-update(8)
2#
3# N.B. The defaults for athena-auto-update (not upgrade) do not apply
4# when the debathena-cluster metapackage is installed
5
6# When a package ships a new configuration file, and the sysadmin has
7# made changes to that configuration file since it was originally
8# installed, what should happen?
9# Values:
10#   old - the old file is kept, and the new file is installed with
11#         a .dpkg-new suffix
12#   new - the old file is overwritten by the new file
13UPDATE_FORCE_CONFFILE=old
14
15# Check for and run an IS&T supplied remote update hook in the event
16# of a catastrophe?
17# Values: yes, no
18RUN_UPDATE_HOOK=no
19
20######################################################################
21# Defaults for athena-auto-upgrade(8)
22
23# Warning:
24#
25#                      DESTROYS
26# An automatic upgrade DESTROYS the contents of your hard drive
27#                      DESTROYS
28#
29# This functionality is intended for only for cluster machines
30# and users who have no local data
31
32# Values for options are 'yes' or 'no'
33# Really, don't change these unless you know what you're doing
34
35# Upgrade to a 'testing' release?
36UPGRADE_TO_TESTING=no
37
38# Upgrade automatically, even if this isn't a cluster machine?
39# (Go back and read the warning at the top again)
40# Note: This will turn your workstation into a cluster machine
41UPGRADE_ANYWAY=no
Note: See TracBrowser for help on using the repository browser.