summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/skype/files')
-rw-r--r--net-im/skype/files/sDaemonWrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/skype/files/sDaemonWrapper b/net-im/skype/files/sDaemonWrapper
index de5cedf6a070..ac55641240bf 100644
--- a/net-im/skype/files/sDaemonWrapper
+++ b/net-im/skype/files/sDaemonWrapper
@@ -8,7 +8,8 @@ progopts="--resources-path ${progpath}"
shellcheck1=` which artsshell 2> /dev/null `
shellcheck2=` which esd 2> /dev/null `
artsdcheck=` ps x | grep artsd | grep -v grep `
-esdcheck=` ps x | grep "esd ." | grep -v grep `
+## We use ps ax for esd as esd can be used globaly for all users.
+esdcheck=` ps ax | grep "esd ." | grep -v grep `
skypecmd="${progpath}${progname}.bin"
wrapsound="yes"