summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-12-15 14:14:04 +0000
committerRichard Hughes <richard@hughsie.com>2009-12-15 14:42:11 +0000
commit66d3fc26054abd528ee18017d9c67edb6400f239 (patch)
treea0d5e14b27603a59ebfd3dc5fbea8b3a339aff8a
parent22196a4af0ca470d518e51cf315da7472d892b6f (diff)
Add a new config file entry, NoUpdateProcessList that specifies processes that should not be updated when running
-rw-r--r--etc/PackageKit.conf.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index 1d31631d1..5a43da5f1 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -250,3 +250,20 @@ TransactionKeepFinishedTimeout=5
250# default=true 250# default=true
251UseIdleBandwidth=true 251UseIdleBandwidth=true
252 252
253# Processes that cannot be updated when they are running
254#
255# Some processes do not cope well when they are upgraded when the binary is
256# running. These include things like firefox, where updating causes the original
257# instance to misbehave as some components are not locked in memory.
258#
259# Applications can be added here that do not cope well with being updated.
260#
261# NOTE: you should not list applications here that the user has no permission
262# or cannot shutdown without the session exploding. For instance, listing
263# /sbin/dbus-daemon or /usr/sbin/haldaemon would be a really bad idea.
264#
265# Seporate entries can be seporated with the ';' character.
266#
267# default=/usr/lib/*/firefox
268NoUpdateProcessList=/usr/lib/*/firefox
269