From a787b1a0c502334f2fb42958a532c4f4b1b2f7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 28 Feb 2018 16:10:28 +0100 Subject: Revert seperate installation of new wpad-extract script as that is covered by upstream debian-edu-config. --- share/debian-edu-config/tools/wpad-extract | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 share/debian-edu-config/tools/wpad-extract (limited to 'share/debian-edu-config/tools') diff --git a/share/debian-edu-config/tools/wpad-extract b/share/debian-edu-config/tools/wpad-extract deleted file mode 100755 index 57eca70..0000000 --- a/share/debian-edu-config/tools/wpad-extract +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# -# Detect proxy URL via WPAD -# -# Author: Wolfgang Schweer -# License: GNU General Public License v2 or later - -# This version uses pactester from package libpacparser1. - -# Look up one of the www.debian.org IP addresses to avoid hanging on -# DNS if the skolelinux machines are not connected to the Internet. -proxy_url=$(curl -s http://wpad/wpad.dat | pactester -p - \ - -u http://130.89.148.14 | awk '{print $2}' | cut -d';' -f1) -echo http_proxy=http://$proxy_url -- cgit v1.2.3