Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Admins can modify this file for system-wide defaults
2
 
3
[CommandNotFound]
4
 
5
# Controls what locations are searched for missing files
6
#
7
# Entries are separated with ';'
8
#
9
# default=/usr/bin;/usr/sbin;/bin;/sbin
10
SearchLocations=/usr/bin;/usr/sbin;/bin;/sbin
11
 
12
# Controls what to do when a single match is found for a typo.
13
# For instance, 'gnome-power-staatistics' is matched to 'gnome-power-statistics'
14
#
15
# Allowed values are 'ignore', 'run', 'ask' or 'warn'
16
#
17
# default=warn
18
SingleMatch=warn
19
 
20
# Controls what to do when multiple matches are found for a typo.
21
# For instance, 'dmesgg' is matched to 'mesg' and 'dmesg'
22
#
23
# Allowed values are 'ignore', 'ask' or 'warn'
24
#
25
# default=warn
26
MultipleMatch=warn
27
 
28
# Controls if the tool should search for packages in remote
29
# software repositories. This may introduce a non-trivial delay if the repositories
30
# have not been recently refreshed.
31
#
32
# Allowed values are 'true' or 'false'
33
#
34
# default=true
35
SoftwareSourceSearch=true
36
 
37
# Controls if the tool should look for similar command names and suggest
38
# those instead.
39
#
40
# Allowed values are 'true' or 'false'
41
#
42
# default=true
43
SimilarNameSearch=true
44
 
45
# Controls what to do when a single package install is found for
46
# a missing command.
47
# For instance, 'make' prompts the user to install automake-1.8
48
#
49
# Allowed values are 'ignore', 'install', 'ask' or 'warn'
50
#
51
# default=ask
52
SingleInstall=ask
53
 
54
# Controls what to do when a more than one possible package
55
# is found for a missing command.
56
# For instance, 'make' prompts the user to install automake-1.8 or automake-1.10.
57
#
58
# Allowed values are 'ignore', 'ask' or 'warn'
59
#
60
# default=warn
61
MultipleInstall=warn
62
 
63
# Controls how long we should allow the user to wait when searching for
64
# additional packages.
65
# This can be set to very small numbers to avoid distracting the user, although
66
# some entries may not be found if the caches need refreshing or metadata
67
# downloading.
68
#
69
# Value is the number of milliseconds to allow.
70
#
71
# default=2000
72
MaxSearchTime=2000
73