name .install files correctly
[invirt/packages/xvm-meta.git] / debian / apticron.conf.invirt
1 # apticron.conf
2 #
3 # set EMAIL to a space separated list of addresses which will be notified of
4 # impending updates
5 #
6 EMAIL="root"
7
8 #
9 # Set DIFF_ONLY to "1" to only output the difference of the current run
10 # compared to the last run (ie. only new upgrades since the last run). If there
11 # are no differences, no output/email will be generated. By default, apticron
12 # will output everything that needs to be upgraded.
13 #
14 # DIFF_ONLY="1"
15
16 #
17 # Set LISTCHANGES_PROFILE if you would like apticron to invoke apt-listchanges
18 # with the --profile option. You should add a corresponding profile to
19 # /etc/apt/listchanges.conf
20 #
21 # LISTCHANGES_PROFILE="apticron"
22
23 #
24 # Set SYSTEM if you would like apticron to use something other than the output
25 # of "hostname -f" for the system name in the mails it generates
26 #
27 # SYSTEM="foobar.example.com"
28 SYSTEM=`hostname --fqdn`
29 #
30 # Set IPADDRESSNUM if you would like to configure the maximal number of IP
31 # addresses apticron displays. The default is to display 1 address of each
32 # family type (inet, inet6), if available.
33 #
34 # IPADDRESSNUM="1"
35
36 #
37 # Set IPADDRESSES to a whitespace separated list of reachable addresses for
38 # this system. By default, apticron will try to work these out using the
39 # "ip" command
40 #
41 # IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
42
43 #
44 # Set NOTIFY_HOLDS="0" if you don't want to be notified about new versions of
45 # packages on hold in your system. The default behavior is downloading and
46 # listing them as any other package.
47 #
48 # NOTIFY_HOLDS="0"
49
50 #
51 # Set NOTIFY_NEW="0" if you don't want to be notified about packages which
52 # are not installed in your system. Yes, it's possible! There are some issues
53 # related to systems which have mixed stable/unstable sources. In these cases
54 # apt-get will consider for example that packages with "Priority:
55 # required"/"Essential: yes" in unstable but not in stable should be installed,
56 # so they will be listed in dist-upgrade output. Please take a look at
57 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531002#44
58 #
59 # NOTIFY_NEW="0"
60
61 #
62 # Set CUSTOM_SUBJECT if you want to replace the default subject used in
63 # the notification e-mails. This may help filtering/sorting client-side e-mail.
64 # If you want to use internal vars please use single quotes here. Ex:
65 # $CUSTOM_SUBJECT='[apticron] $SYSTEM: $NUM_PACKAGES package update(s)'
66 #
67 # CUSTOM_SUBJECT=""
68
69 #
70 # Set CUSTOM_FROM if you want to replace the default sender by changing the
71 # 'From:' field used in the notification e-mails. Your default sender will
72 # be something like root@citadel-station.mit.edu.
73 #
74 # CUSTOM_FROM=""