chiark / gitweb /
bsmtp-pull: drop -2; avoid connection sharing
[bin.git] / ftp-removals
index 2a0837d2f8749a120145d3bc137e9c6700836859..31f895f28e7ec5a7a85e6841b50ccbe636a2aeec 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 if [ -z "$1" -o "$1" = main ]; then
-    ${BROWSER:-lynx} http://ftp-master.debian.org/removals.txt
+    ${BROWSER:-w3m} http://ftp-master.debian.org/removals.txt
 else
-    ${BROWSER:-lynx} http://non-us.debian.org/~troup/removals.txt
+    ${BROWSER:-w3m} http://non-us.debian.org/~troup/removals.txt
 fi