update release to 20020213
This commit is contained in:
parent
0062836a54
commit
61e6a38597
@ -1,6 +1,6 @@
|
||||
# bash_completion - some programmable completion functions for bash 2.05a
|
||||
#
|
||||
# $Id: bash_completion,v 1.107 2002/02/13 16:54:03 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.108 2002/02/13 17:02:57 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
# RELEASE: 20020212
|
||||
# RELEASE: 20020213
|
||||
|
||||
[ -n "$DEBUG" ] && set -v || set +v
|
||||
|
||||
@ -545,9 +545,10 @@ _ipsec()
|
||||
|
||||
|
||||
if [ $COMP_CWORD = 1 ]; then
|
||||
COMPREPLY=( $( compgen -W 'auto barf eroute klipsdebug look manual \
|
||||
pluto ranbits rsasigkey setup showdefaults \
|
||||
showhostkey spi spigrp tncfg whack' $cur ))
|
||||
COMPREPLY=( $( compgen -W 'auto barf eroute klipsdebug look \
|
||||
manual pluto ranbits rsasigkey \
|
||||
setup showdefaults showhostkey spi \
|
||||
spigrp tncfg whack' $cur ))
|
||||
return 0
|
||||
fi
|
||||
|
||||
@ -555,7 +556,8 @@ _ipsec()
|
||||
auto)
|
||||
COMPREPLY=( $( compgen -W '--asynchronous --up --add --delete \
|
||||
--replace --down --route --unroute \
|
||||
--ready --status --rereadsecrets' $cur ) )
|
||||
--ready --status --rereadsecrets' \
|
||||
$cur ) )
|
||||
return 0
|
||||
;;
|
||||
manual)
|
||||
|
Loading…
x
Reference in New Issue
Block a user