Changeset 1324
- Timestamp:
- 11/10/05 04:31:52 (3 years ago)
- Files:
-
- trunk/scripts/find-madwifi-modules.sh (modified) (1 diff)
- trunk/scripts/find-madwifi-tools.sh (modified) (1 diff)
- trunk/scripts/remove-old-modules.sh (modified) (2 diffs)
- trunk/scripts/remove-old-tools.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/find-madwifi-modules.sh
r1321 r1324 39 39 echo "It seems that there are modules left from previous MadWifi installations." 40 40 echo "You should consider removing them before you continue, or else you might" 41 echo "experience problems during operation. "41 echo "experience problems during operation. Remove old modules?" 42 42 43 43 while true; do trunk/scripts/find-madwifi-tools.sh
r1321 r1324 52 52 echo "It seems that there are tools left from previous MadWifi installations." 53 53 echo "You should consider removing them before you continue, or else you might" 54 echo "experience problems during operation. "54 echo "experience problems during operation. Remove old tools?" 55 55 56 56 while true; do trunk/scripts/remove-old-modules.sh
r1321 r1324 53 53 while true; do 54 54 echo 55 echo -n "[l]ist, [r]emove, e[x]it (l,r,[x]) ? "55 echo -n "[l]ist, [r]emove, [i]gnore, e[x]it (l,r,i,[x]) ? " 56 56 echo 57 57 read REPLY … … 68 68 echo 69 69 break 70 ;; 71 72 i|I) 73 echo 74 echo "Ignoring old modules" 75 echo 76 exit 0 70 77 ;; 71 78 trunk/scripts/remove-old-tools.sh
r1321 r1324 61 61 while true; do 62 62 echo 63 echo -n "[l]ist, [r]emove, e[x]it (l,r,[x]) ? "63 echo -n "[l]ist, [r]emove, [i]gnore, e[x]it (l,r,i,[x]) ? " 64 64 echo 65 65 read REPLY … … 77 77 exit 0 78 78 ;; 79 79 80 i|I) 81 echo 82 echo "Ignoring old tools" 83 echo 84 exit 0 85 ;; 86 80 87 *) 81 88 exit 1
