Subversion Repositories configs

Rev

Rev 3 | Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 33
Line 18... Line 18...
18
 
18
 
19
# If you want to automatically clean the upload directory you have to tweak the
19
# If you want to automatically clean the upload directory you have to tweak the
20
# selinux policy.
20
# selinux policy.
21
#
21
#
22
DeleteUploaded = no
22
DeleteUploaded = no
-
 
23
 
-
 
24
# A name of event which is run automatically after problem's detection. The
-
 
25
# event should perform some fast analysis and print out THANKYOU message if the
-
 
26
# problem is konwn.
-
 
27
#
-
 
28
# In order to run this event automatically after detection, the
-
 
29
# AutoreportingEnabled option must be configured to 'yes'
-
 
30
#
-
 
31
# Default value: submit_uReport
-
 
32
#
-
 
33
AutoreportingEvent = submit_uReport
-
 
34
 
-
 
35
# Enables automatic running of the event configured in AutoreportingEvent option.
-
 
36
#
-
 
37
AutoreportingEnabled = no
-
 
38
 
-
 
39
# Disable this option if you want to allow regular users to have file system
-
 
40
# rights to read the problem data stored in DumpLocation.
-
 
41
#
-
 
42
# Caution:
-
 
43
# THE PROBLEM DATA CONTAINS EXCERPTS OF /var/log/messages, dmesg AND sosreport
-
 
44
# data GENERATED BY abrtd UNDER THE USER root.
-
 
45
#
-
 
46
PrivateReports = yes