[Lunar-commits] r19666 - moonbase/trunk/utils/theedge/profile.d
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Apr 14 01:17:36 UTC 2006
Author: v3rt1g0
Date: 2006-04-14 01:17:35 +0000 (Fri, 14 Apr 2006)
New Revision: 19666
Modified:
moonbase/trunk/utils/theedge/profile.d/theedge.rc
Log:
Tweak profile.d: theedge (20060326)
* added 'expired' to the autocomplete profile script.
Modified: moonbase/trunk/utils/theedge/profile.d/theedge.rc
===================================================================
--- moonbase/trunk/utils/theedge/profile.d/theedge.rc 2006-04-13 22:41:01 UTC (rev 19665)
+++ moonbase/trunk/utils/theedge/profile.d/theedge.rc 2006-04-14 01:17:35 UTC (rev 19666)
@@ -22,14 +22,14 @@
{
# List any lvu sub-commands that do not take a module name
# after it
- LVU_CMDS_WITH_NO_MODULE="leafs orphans alien held exiled export moonbase html updatelog activity pam"
+ LVU_CMDS_WITH_NO_MODULE="leafs orphans alien held exiled export moonbase html updatelog activity pam expired"
local cur prev
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]}
if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
- COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam depends tree eert stree leert held exiled urls versions short info' $cur ))
+ COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info' $cur ))
elif [ $COMP_CWORD -eq 2 -a $prev = "from" ]; then
COMPREPLY=( $(compgen -f "$cur") )
elif [ $COMP_CWORD -eq 2 ]; then
More information about the Lunar-commits
mailing list