summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-24 11:07:07 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-24 11:07:07 +0000
commit21e7624802507f566f778420272cbe00924bf0b7 (patch)
treeb141c2d3176d9b30ec57f43321421f820a356bb5 /etc
parentab2fb18450039a6d3d9b0a364d238149686cd271 (diff)
trivial: don't log to syslog by default, unless the admin enables the option in PackageKit.conf
Diffstat (limited to 'etc')
-rw-r--r--etc/PackageKit.conf.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index f1ca300c..e63484fc 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -5,19 +5,19 @@
# Should we log transactions to the database.
#
-# default=yes
+# default=true
TransactionLogging=true
# Use NetworkManager where available. If disabled, then NM state will be ignored.
#
-# default=yes
+# default=true
UseNetworkManager=true
# If NetworkManager is not available, then use the presence of a default
# route to indicate a viable network connection.
# If disabled, and no NM, then the network is assumed to be always online.
#
-# default=yes
+# default=true
UseNetworkHeuristic=true
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
@@ -45,6 +45,11 @@ BackendSpawnNiceValue=10
# default=@defaultbackend@
DefaultBackend=@defaultbackend@
+# Use syslog to audit and log actions where available.
+#
+# default=false
+UseSyslog=false
+
# Proxy settings, uncomment as required
#
# NOTE: PackageKit does not use these settings, they are passed to backends.