<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26591">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-tcpdump-start.sh: don't hardcode tcpdump path<br><br>After replacing debian-stretch-titan with debian-bullseye-titan, tcpdump<br>does not run anymore, the binary is in /usr/bin and not in /usr/sbin.<br><br>Related: OS#4969<br>Change-Id: I18c88c45c7522c1120ca42cd48d67fe8f155cd39<br>---<br>M ttcn3-tcpdump-start.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/91/26591/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-tcpdump-start.sh b/ttcn3-tcpdump-start.sh</span><br><span>index e905d8a..853ac1c 100755</span><br><span>--- a/ttcn3-tcpdump-start.sh</span><br><span>+++ b/ttcn3-tcpdump-start.sh</span><br><span>@@ -1,7 +1,7 @@</span><br><span> #!/bin/sh</span><br><span> </span><br><span> PIDFILE_PCAP=/tmp/pcap.pid</span><br><span style="color: hsl(0, 100%, 40%);">-TCPDUMP=/usr/sbin/tcpdump</span><br><span style="color: hsl(120, 100%, 40%);">+TCPDUMP=$(command -v tcpdump)</span><br><span> DUMPCAP=/usr/bin/dumpcap</span><br><span> </span><br><span> PIDFILE_NETCAT=/tmp/netcat.pid</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26591">change 26591</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26591"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I18c88c45c7522c1120ca42cd48d67fe8f155cd39 </div>
<div style="display:none"> Gerrit-Change-Number: 26591 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>