Commit d4fc95d9 authored by 4ast's avatar 4ast Committed by GitHub

Merge pull request #883 from ColinIanKing/master

snapcraft: add cpuunclaimed to snapcraft wrapper rules
parents d75dfa12 cad093b2
...@@ -48,6 +48,8 @@ apps: ...@@ -48,6 +48,8 @@ apps:
command: wrapper cachetop command: wrapper cachetop
cpudist: cpudist:
command: wrapper cpudist command: wrapper cpudist
cpuunclaimed:
command: wrapper cpuunclaimed
dcsnoop: dcsnoop:
command: wrapper dcsnoop command: wrapper dcsnoop
dcstat: dcstat:
...@@ -117,7 +119,7 @@ apps: ...@@ -117,7 +119,7 @@ apps:
tcptop: tcptop:
command: wrapper tcptop command: wrapper tcptop
ttysnoop: ttysnoop:
command: wrapper ttysnop command: wrapper ttysnoop
trace: trace:
command: wrapper trace command: wrapper trace
vfscount: vfscount:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment