File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ set -e
3+
4+ case " $1 " in
5+ configure)
6+ bin=$( command -v control 2> /dev/null || true)
7+ if [ -n " $bin " ]; then
8+ setcap cap_net_admin+ep " $bin " || true
9+ fi
10+ ;;
11+ esac
12+
13+ # DEBHELPER#
14+
Original file line number Diff line number Diff line change 11#! /bin/sh
2- bin=$( command -v ka9q-monitor 2> /dev/null || true)
3- if [ -n " $bin " ]; then
4- setcap cap_net_admin+ep " $bin " || true
5- fi
2+ set -e
3+
4+ case " $1 " in
5+ configure)
6+ bin=$( command -v monitor 2> /dev/null || true)
7+ if [ -n " $bin " ]; then
8+ setcap cap_net_admin+ep " $bin " || true
9+ fi
10+ ;;
11+ esac
12+
13+ # DEBHELPER#
14+
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ set -e
3+
4+ case " $1 " in
5+ configure)
6+ bin=$( command -v radiod 2> /dev/null || true)
7+ if [ -n " $bin " ]; then
8+ setcap cap_net_admin+ep " $bin " || true
9+ fi
10+ ;;
11+ esac
12+
13+ # DEBHELPER#
14+
You can’t perform that action at this time.
0 commit comments