summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrés G. Aragoneses <knocte@gmail.com>2015-06-21 11:59:40 +0200
committerAndrés G. Aragoneses <knocte@gmail.com>2015-06-21 11:59:40 +0200
commit857e7252c2fd02c6c2d2ad96716d9b503cf8c013 (patch)
tree333b5831927b34748868aa949c3ea04dde1ab9a2
parentf6aa64bdb1db5e0c4a6718a3db6407115a3a1c30 (diff)
downloadlibmtp-857e7252c2fd02c6c2d2ad96716d9b503cf8c013.tar.gz
README: use killall instead of pkill
As discussed in the mailing list[1], pkill seems not to be working in a very typical Linux setup. [1] http://sourceforge.net/p/libmtp/mailman/libmtp-discuss/?viewmonth=201504&style=threaded&viewday=6
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index b9ac1e6..9d382a2 100644
--- a/README
+++ b/README
@@ -177,7 +177,7 @@ cannot test your solution.
Sometimes the "gvfs-gphoto2-volume-monitor" is running on the
system and hogging the device, try something like:
- pkill gvfs-gphoto2-volume-monitor
+ killall gvfs-gphoto2-volume-monitor
Then plug in the device and issue "mtp-detect" to figure out if
this may be the case.