File: control

package info (click to toggle)
vpnc-scripts 0.1~git20160829-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 57
  • sloc: sh: 772; ansic: 24; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: vpnc-scripts
Maintainer: Mike Miller <mtmiller@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/vpnc-scripts.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/vpnc-scripts.git
Homepage: http://www.infradead.org/openconnect/vpnc-script.html

Package: vpnc-scripts
Architecture: all
Depends: iproute2 | net-tools,
         ${misc:Depends}
Suggests: dnsmasq,
          openssh-server,
          resolvconf
Description: Network configuration scripts for VPNC and OpenConnect
 This package contains scripts required to configure routing and name
 services when invoked by the VPNC or OpenConnect Cisco VPN clients.
 The primary script automatically configures network routes and name
 servers for the active VPN connection. It also provides hooks for
 executing custom actions at various stages of the connection and
 disconnection process.
 .
 An alternate replacement script is also provided that contains the VPN
 in a network namespace which is accessible via SSH.