[Lunar-commits] CVS: theedge/var/lib/lunar/menu download.menu, 1.7,
1.8
Auke Kok
sofar at lunar-linux.org
Fri Mar 18 11:01:33 UTC 2005
- Previous message: [Lunar-commits]
CVS: theedge/var/lib/lunar/functions download.lunar, 1.51,
1.52 main.lunar, 1.23, 1.24 misc.lunar, 1.7,
1.8 moonbase.lunar, 1.19, 1.20 sources.lunar, 1.27, 1.28
- Next message: [Lunar-commits] CVS: theedge/var/lib/lunar unset.sh,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/theedge/var/lib/lunar/menu
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/menu
Modified Files:
download.menu
Log Message:
W00t, the end of FUZZY!!!
Index: download.menu
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/menu/download.menu,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- download.menu 21 May 2004 10:27:13 -0000 1.7
+++ download.menu 18 Mar 2005 11:01:31 -0000 1.8
@@ -195,36 +195,6 @@
fi
}
-set_fuzzy_downloads(){
-
- PROMPT="Please enable/disable the fuzzy download option.
-
-The default behaviour of lget is to skip all possible file
-extensions while downloading the files. You may enable this
-behaviour if you want to search and download alternative filenames
-and extensions.
-
-This option can also be set per module basis. Add
-FUZZY=off in DETAILS file :=) or vice-versa."
-
- FUZZY=${FUZZY:=off}
-
- FUZZ=`$DIALOG --title "Fuzzy Downloads" \
- --ok-label "Commit" \
- --checklist \
- "$PROMPT" \
- 0 0 0 \
- "Enable" "fuzzy downloads" $FUZZY`
-
- #lets get rid of " and spaces in the variable
- FUZZ=`echo $FUZZ | sed s/\"//g | tr -d " "`
-
- if [ "$FUZZ" == "Enable" ] ; then
- set_local_config "FUZZY" "on"
- else
- set_local_config "FUZZY" "off"
- fi
-}
set_cache_usage(){
@@ -311,7 +281,6 @@
while
A_HELP="Active or passive connections while using ftp"
C_HELP="Continue to get or re-get the partial downloads"
- F_HELP="Get the exact filename or try to find the other possible extensions"
N_HELP="How many times will wget try to download the file?"
H_HELP="Cache usage for http downloads"
R_HELP="Per process download rate"
@@ -328,7 +297,6 @@
0 40 8 \
"A" "Ftp Active/Passive" "$A_HELP" \
"C" "Partial Downloads" "$C_HELP" \
- "F" "Fuzzy Downloads" "$F_HELP" \
"H" "Cache Usage" "$H_HELP" \
"N" "Number of Retries" "$N_HELP" \
"P" "Proxies" "$P_HELP" \
@@ -340,7 +308,6 @@
case $COMMAND in
A) set_ftp_active ;;
C) set_partial_downloads ;;
- F) set_fuzzy_downloads ;;
H) set_cache_usage ;;
N) set_retries ;;
P) proxy_menu ;;
- Previous message: [Lunar-commits]
CVS: theedge/var/lib/lunar/functions download.lunar, 1.51,
1.52 main.lunar, 1.23, 1.24 misc.lunar, 1.7,
1.8 moonbase.lunar, 1.19, 1.20 sources.lunar, 1.27, 1.28
- Next message: [Lunar-commits] CVS: theedge/var/lib/lunar unset.sh,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list