#36 vpnc: remove unneeded wrapping function

This commit is contained in:
Julien Nicoulaud 2011-09-18 21:03:46 +02:00
parent a415d4194c
commit 58bd504348
1 changed files with 3 additions and 8 deletions

11
_vpnc
View File

@ -42,11 +42,6 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
_vpnc-connect() { # FIXME /etc/vpnc/ is only accessible to root, how do we deal with this ?
local confs local confs; confs=(/etc/vpnc/*.conf(:t:s/\.conf/))
confs=(/etc/vpnc/*.conf(:t:s/\.conf/)) # FIXME /etc/vpnc/ is only accessible to root, how do we deal with this ? _describe -t confs 'VPNC conf' confs
_describe -t "confs" "conf" confs && return 0
}
_vpnc-connect "$@"