Magellan Linux

Contents of /smage/trunk/core/mage/alx/files/mage-0.4.10-smage-busybox.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (show annotations) (download)
Sun Jan 25 12:25:46 2009 UTC (15 years, 4 months ago) by niro
File size: 2012 byte(s)
-updated alx patches for 0.4.10
1 diff -Naur mage-0.4.9/usr/lib/mage/smage2.sh mage-0.4.9-busybox/usr/lib/mage/smage2.sh
2 --- mage-0.4.9/usr/lib/mage/smage2.sh 2007-11-28 11:47:50.000000000 +0100
3 +++ mage-0.4.9-busybox/usr/lib/mage/smage2.sh 2008-08-24 01:04:42.000000000 +0200
4 @@ -183,9 +183,7 @@
5 echo -e "${COLBLUE}==>${COLGREEN} fetching ${my_SRC_URI_MIRROR}${COLDEFAULT}"
6 wget \
7 --passive-ftp \
8 - --tries 3 \
9 --continue \
10 - --progress bar \
11 --directory-prefix="${my_SOURCEDIR}" \
12 "${my_SRC_URI_MIRROR}"
13 if [[ $? = 0 ]]
14 @@ -207,9 +205,7 @@
15 echo -e "${COLBLUE}==>${COLGREEN} fetching ${my_SRC_URI_MIRROR}${COLDEFAULT}"
16 wget \
17 --passive-ftp \
18 - --tries 3 \
19 --continue \
20 - --progress bar \
21 --directory-prefix="${my_SOURCEDIR}" \
22 "${my_SRC_URI_MIRROR}"
23 if [[ $? = 0 ]]
24 @@ -231,9 +227,7 @@
25 echo -e "${COLBLUE}==>${COLGREEN} fetching ${my_SRC_URI_MIRROR}${COLDEFAULT}"
26 wget \
27 --passive-ftp \
28 - --tries 3 \
29 --continue \
30 - --progress bar \
31 --directory-prefix="${my_SOURCEDIR}" \
32 "${my_SRC_URI_MIRROR}"
33 if [[ $? = 0 ]]
34 @@ -255,9 +249,7 @@
35 echo -e "${COLBLUE}==>${COLGREEN} fetching ${my_SRC_URI_MIRROR}${COLDEFAULT}"
36 wget \
37 --passive-ftp \
38 - --tries 3 \
39 --continue \
40 - --progress bar \
41 --directory-prefix="${my_SOURCEDIR}" \
42 "${my_SRC_URI_MIRROR}"
43 if [[ $? = 0 ]]
44 @@ -279,9 +271,7 @@
45 echo -e "${COLBLUE}==>${COLGREEN} fetching ${my_SRC_URI_MIRROR}${COLDEFAULT}"
46 wget \
47 --passive-ftp \
48 - --tries 3 \
49 --continue \
50 - --progress bar \
51 --directory-prefix="${my_SOURCEDIR}" \
52 "${my_SRC_URI_MIRROR}"
53 if [[ $? = 0 ]]
54 @@ -298,9 +288,7 @@
55 echo -e "${COLBLUE}==>${COLGREEN} fetching ${my_SRC_URI}${COLDEFAULT}"
56 wget \
57 --passive-ftp \
58 - --tries 3 \
59 --continue \
60 - --progress bar \
61 --directory-prefix="${my_SOURCEDIR}" \
62 "${my_SRC_URI}"
63 fi