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

Revision 25035, 1.1 KB checked in by jdreed, 13 years ago (diff)
Revert r25034
Line 
1# Defaults for athena-auto-update(8)
2
3# Note: The following does not apply when -cluster is installed
4# When a package ships a new configuration file, and the sysadmin has
5# made changes to that configuration file since it was originally
6# installed, what should happen?
7# Values:
8#   old - the old file is kept, and the new file is installed with
9#         a .dpkg-new suffix
10#   new - the old file is overwritten by the new file
11UPDATE_FORCE_CONFFILE=old
12
13# Defaults for athena-auto-upgrade(8)
14
15# Warning:
16#
17#                      DESTROYS
18# An automatic upgrade DESTROYS the contents of your hard drive
19#                      DESTROYS
20#
21# This functionality is intended for only for cluster machines
22# and users who have no local data
23
24# Values for options are 'yes' or 'no'
25# Really, don't change these unless you know what you're doing
26
27# Upgrade to a 'testing' release?
28UPGRADE_TO_TESTING=no
29
30# Upgrade automatically, even if this isn't a cluster machine?
31# (Go back and read the warning at the top again)
32# Note: This will turn your workstation into a cluster machine
33UPGRADE_ANYWAY=no
Note: See TracBrowser for help on using the repository browser.