File: uml-utilities.if-pre-up.d

package info (click to toggle)
uml-utilities 20070815.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 728 kB
  • sloc: ansic: 3,391; perl: 1,277; makefile: 239; exp: 129; sh: 122
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

test -x /usr/bin/tunctl || exit 0
test -n "${IF_TUNCTL_USER}" || exit 0

/usr/bin/tunctl -u "${IF_TUNCTL_USER}" -t "${IFACE}"